This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/46410] New: [4.6 Regression] Linker options no longer accepted


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: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org
                CC: jsm28@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'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]