# HG changeset patch # User simonis # Date 1418999991 -3600 # Fri Dec 19 15:39:51 2014 +0100 # Node ID 3f92433d9d546aca98ce237d9d1dbfb5f3e0eec3 # Parent fb4ba04c587b3d440f444cabe8ff40c69dc6001e 8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639 diff --git a/make/aix/makefiles/ppc64.make b/make/aix/makefiles/ppc64.make --- a/make/aix/makefiles/ppc64.make +++ b/make/aix/makefiles/ppc64.make @@ -46,7 +46,9 @@ # - 1540-1090 (I) The destructor of "..." might not be called. # - 1500-010: (W) WARNING in ...: Infinite loop. Program may not stop. # There are several infinite loops in the vm, suppress. -CFLAGS += -qsuppress=1540-1090 -qsuppress=1500-010 +# - 1540-1639 (I) The behavior of long type bit fields has changed ... +# ... long type bit fields now default to long, not int. +CFLAGS += -qsuppress=1540-1090 -qsuppress=1500-010 -qsuppress=1540-1639 # Suppress # - 540-1088 (W) The exception specification is being ignored. diff --git a/make/aix/makefiles/xlc.make b/make/aix/makefiles/xlc.make --- a/make/aix/makefiles/xlc.make +++ b/make/aix/makefiles/xlc.make @@ -124,7 +124,7 @@ # MAPFLAG = -Xlinker --version-script=FILENAME # Build shared library -SHARED_FLAG = -q64 -b64 -bexpall -G -bnoentry -qmkshrobj -brtl -bnolibpath +SHARED_FLAG = -q64 -b64 -bexpall -G -bnoentry -qmkshrobj -brtl -bnolibpath -bernotok #------------------------------------------------------------------------ # Debug flags