Actions
Bug #10858
closedloader: add elf_i386_sol2 option where we do not use ld script
Start date:
2019-04-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
-m elf_i386_sol2 is needed while building isoboot and gptzfsboot when gnu ld is defaulting to produce 64-bit binaries.
-m elf_i386_sol2 does not cause harm for gnu ld producing 32-bit binaries by default. (tested by build/install/boot cycles).
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 40320bdcdf7a073effbd3872d29e2bd595eae22c
commit 40320bdcdf7a073effbd3872d29e2bd595eae22c Author: Toomas Soome <tsoome@me.com> Date: 2019-04-30T15:05:27.000Z 10858 loader: add elf_i386_sol2 option where we do not use ld script Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions