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 target/46887] Invalid AIX linker flag '-bnoerok', it has to be '-bernotok'


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46887

--- Comment #2 from Michael Haubenwallner <michael.haubenwallner at salomon dot at> 2010-12-13 22:18:57 UTC ---
It did hit me in gcc-4.2.4 (languages=c,c++) in Gentoo Prefix on AIX, where I
do have some automagic patches to enable runtime linking by default as well as
full "soname" support (still to be sorted out with libtool upstream).

So I'm unable to hit this problem with vanilla gcc-4.2.4, even not with
LDFLAGS=-Wl,-brtl for unknown reason.
For gcc-trunk, I've just searched the sources for 'bnoerok' and still found it,
although I'm unsure if this would hit me whenever I start using gcc-java.

If this code is old and unused, I'm fine with its removal during normal
development.


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