Actions
Bug #11538
closedi86pc: unix should always build dboot as 32-bit
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The i86pc/Makefile.rules is telling us:
# dboot stuff is always 32 bit, linked to run with phys_addr == virt_addr
But we do not build dboot with -m32, fix it.
Updated by Toomas Soome almost 4 years ago
- Subject changed from i86pc: unix should always build dbuut as 32-bit to i86pc: unix should always build dboot as 32-bit
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 9e59ac1c9bffd2ba0d7192da3c5f7d1c3444991a
commit 9e59ac1c9bffd2ba0d7192da3c5f7d1c3444991a Author: Toomas Soome <tsoome@me.com> Date: 2019-08-30T17:23:02.000Z 11538 i86pc: unix should always build dboot as 32-bit Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Aurélien Larcher <aurelien.larcher@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions