12016 Use of GNU ld should explicitly specify the required output format

Review Request #2463 — Created Nov. 24, 2019 and submitted — Latest diff uploaded

citrus
illumos-gate
master
12016
781d235...
general
12016 Use of GNU ld should explicitly specify the required output format

Apply this patch and build gate with two versions of GNU ld - one with a default 32-bit output format, and one with 64-bit:

% gld --print-output-format
elf32-i386-sol2

and

% gld --print-output-format
elf64-x86-64-sol2

both builds succeeded.

Loading...