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


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".


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