http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46410
Summary: [4.6 Regression] Linker options no longer accepted Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassig...@gcc.gnu.org ReportedBy: rgue...@gcc.gnu.org CC: js...@gcc.gnu.org We no longer accept linker options when linking: > gcc --export-dynamic -o t t.o -shared > ./xgcc --export-dynamic -o t t.o -shared xgcc: error: unrecognized option '--export-dynamic' List of affected packages when building $world with trunk: abiword:g++: error: unrecognized option '--no-undefined' biosdevname:gcc: error: unrecognized option '-all-static' dconf:gcc: error: unrecognized option '-avoid-version' ecj-bootstrap:gcj: error: unrecognized option '-s-bc-abi' kexec-tools:gcc: error: unrecognized option '--no-undefined' libzypp:g++: error: unrecognized option '--as-needed' novell-ipsec-tools:gcc: error: unrecognized option '--export-dynamic' procps:gcc: error: unrecognized option '--as-needed' procps:gcc: error: unrecognized option '--as-needed' procps:gcc: error: unrecognized option '--as-needed' yast2-gtk:g++: error: unrecognized option '--no-undefined' zziplib:gcc: error: unrecognized option '--export-dynamic'