[Bug target/46887] New: Invalid AIX linker flag '-bnoerok', it has to be '-bernotok'
michael.haubenwallner at salomon dot at
gcc-bugzilla@gcc.gnu.org
Fri Dec 10 16:46:00 GMT 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46887
Summary: Invalid AIX linker flag '-bnoerok', it has to be
'-bernotok'
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: michael.haubenwallner@salomon.at
The AIX linker does not understand '-bnoerok', but '-bernotok'.
While there have been more occurences in older releases, there is still one in
current trunk:
libjava/classpath/ltcf-cxx.sh: no_undefined_flag=' ${wl}-bnoerok'
This has to be "-bernotok".
More information about the Gcc-bugs
mailing list