let gold ignore the -fuse-ld option passed by newer GCC versions
Bug #1438244 reported by
Matthias Klose
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
binutils (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Lucid |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
GCC 4.9 and newer versinos (and 4.8 patched for Ubuntu) pass the -fuse-ld option to the linker. gold in precise errors out with
/usr/bin/ld.gold: fatal error: -f/--auxiliary may not be used without -shared
collect2: error: ld returned 1 exit status
Let gold understand (and ignore) this option.
Test: ld.gold accepts this option.
To post a comment you must log in.
fixed in 14.04 LTS and later releases