comparison make/aix/makefiles/ppc64.make @ 22899:4fa1813a03b0

8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639 Reviewed-by: goetz
author simonis
date Fri, 19 Dec 2014 18:33:55 +0100
parents b83f7d608548
children dfa21a177d66
comparison
equal deleted inserted replaced
22898:f97f21d8d58c 22899:4fa1813a03b0
44 44
45 # Suppress the following numerous warning: 45 # Suppress the following numerous warning:
46 # - 1540-1090 (I) The destructor of "..." might not be called. 46 # - 1540-1090 (I) The destructor of "..." might not be called.
47 # - 1500-010: (W) WARNING in ...: Infinite loop. Program may not stop. 47 # - 1500-010: (W) WARNING in ...: Infinite loop. Program may not stop.
48 # There are several infinite loops in the vm, suppress. 48 # There are several infinite loops in the vm, suppress.
49 CFLAGS += -qsuppress=1540-1090 -qsuppress=1500-010 49 # - 1540-1639 (I) The behavior of long type bit fields has changed ...
50 # ... long type bit fields now default to long, not int.
51 CFLAGS += -qsuppress=1540-1090 -qsuppress=1500-010 -qsuppress=1540-1639
50 52
51 # Suppress 53 # Suppress
52 # - 540-1088 (W) The exception specification is being ignored. 54 # - 540-1088 (W) The exception specification is being ignored.
53 # caused by throw() in declaration of new() in nmethod.hpp. 55 # caused by throw() in declaration of new() in nmethod.hpp.
54 CFLAGS += -qsuppress=1540-1088 56 CFLAGS += -qsuppress=1540-1088