common/autoconf/generated-configure.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/common/autoconf/generated-configure.sh	Mon Apr 21 19:46:46 2014
--- new/common/autoconf/generated-configure.sh	Mon Apr 21 19:46:43 2014

*** 4241,4251 **** --- 4241,4251 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1396624161 ! DATE_WHEN_GENERATED=1398121836 ############################################################################### # # Initialization / Boot-strapping #
*** 41660,41670 **** --- 41660,41671 ---- arm ) # on arm we don't prevent gcc to omit frame pointer but do prevent strict aliasing CFLAGS_JDK="${CFLAGS_JDK} -fno-strict-aliasing" ;; ppc ) ! # on ppc we don't prevent gcc to omit frame pointer nor strict-aliasing ! # on ppc we don't prevent gcc to omit frame pointer but do prevent strict aliasing + CFLAGS_JDK="${CFLAGS_JDK} -fno-strict-aliasing" ;; * ) CCXXFLAGS_JDK="$CCXXFLAGS_JDK -fno-omit-frame-pointer" CFLAGS_JDK="${CFLAGS_JDK} -fno-strict-aliasing" ;;

common/autoconf/generated-configure.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File