------- Additional Comments From ian at airs dot com 2009-11-19 07:01 ------- Thanks for the extensive list. Just a couple of notes:
> ld: --warn-constructors: unknown option This one is implemented in the development version. > ld: -combreloc: unknown -z option This is a bug in the package. The GNU linker simply ignores unrecognized -z options. The option, for both linkers, is -z combreloc, not -z -combreloc. > ld: -fPIE: unknown option This is almost certainly a bug in the package. The GNU linker does support a -f option which gold does not, but the package most likely wants the -pie option. > ld: relro: unknown -z option I don't understand this one, as gold does support the -z relro option. I note the extra space--could this be something like -z " relro", which the GNU linker would ignore? > ld: -warn-common: unknown option This is implemented in the development version. > ld: -fpic: unknown option > ld: -fPIC: unknown option As with -fPIE, these are almost certainly bugs in the package. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED http://sourceware.org/bugzilla/show_bug.cgi?id=10980 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils