common/autoconf/generated-configure.sh

changeset 771
00dcfaa6bc01
parent 759
0d0c983a817b
child 773
056398db9dcb
equal deleted inserted replaced
764:b7e64be81c8a 771:00dcfaa6bc01
3792 # definitions. It is replaced with custom functionality when building 3792 # definitions. It is replaced with custom functionality when building
3793 # custom sources. 3793 # custom sources.
3794 #CUSTOM_AUTOCONF_INCLUDE 3794 #CUSTOM_AUTOCONF_INCLUDE
3795 3795
3796 # Do not change or remove the following line, it is needed for consistency checks: 3796 # Do not change or remove the following line, it is needed for consistency checks:
3797 DATE_WHEN_GENERATED=1373384053 3797 DATE_WHEN_GENERATED=1375350569
3798 3798
3799 ############################################################################### 3799 ###############################################################################
3800 # 3800 #
3801 # Initialization / Boot-strapping 3801 # Initialization / Boot-strapping
3802 # 3802 #
29580 fi 29580 fi
29581 if test "x$OPENJDK_TARGET_OS" = xsolaris; then 29581 if test "x$OPENJDK_TARGET_OS" = xsolaris; then
29582 CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DSOLARIS" 29582 CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DSOLARIS"
29583 fi 29583 fi
29584 if test "x$OPENJDK_TARGET_OS" = xmacosx; then 29584 if test "x$OPENJDK_TARGET_OS" = xmacosx; then
29585 CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMACOSX -D_ALLBSD_SOURCE" 29585 CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMACOSX -D_ALLBSD_SOURCE -D_DARWIN_UNLIMITED_SELECT"
29586 # Setting these parameters makes it an error to link to macosx APIs that are 29586 # Setting these parameters makes it an error to link to macosx APIs that are
29587 # newer than the given OS version and makes the linked binaries compatible even 29587 # newer than the given OS version and makes the linked binaries compatible even
29588 # if built on a newer version of the OS. 29588 # if built on a newer version of the OS.
29589 # The expected format is X.Y.Z 29589 # The expected format is X.Y.Z
29590 MACOSX_VERSION_MIN=10.7.0 29590 MACOSX_VERSION_MIN=10.7.0

mercurial