common/autoconf/configure

Print this page




10472 
10473     if test "x$CCACHE" != x; then
10474         CCACHE_SLOPPINESS=time_macros
10475         CCACHE="CCACHE_COMPRESS=1 $SET_CCACHE_DIR CCACHE_SLOPPINESS=$CCACHE_SLOPPINESS $CCACHE"
10476         CCACHE_FLAGS=-fpch-preprocess
10477 
10478         if test "x$SET_CCACHE_DIR" != x; then
10479             mkdir -p $CCACHE_DIR > /dev/null 2>&1
10480             chmod a+rwxs $CCACHE_DIR > /dev/null 2>&1
10481         fi
10482     fi
10483 
10484     fi
10485 
10486 
10487 # Used on GNU/Linux systems, can be empty...
10488 #AC_PATH_PROG(ELFDUMP, elfdump)
10489 
10490 # Setup default logging of stdout and stderr to build.log in the output root.
10491 BUILD_LOG='$(OUTPUT_ROOT)/build.log'
10492 BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'




10493 
10494 
10495 
10496 ###############################################################################
10497 #
10498 # Now we check if libjvm.so will use 32 or 64 bit pointers for the C/C++ code.
10499 # (The JVM can use 32 or 64 bit Java pointers but that decision
10500 # is made at runtime.)
10501 #
10502 
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10504 $as_echo_n "checking for ANSI C header files... " >&6; }
10505 if test "${ac_cv_header_stdc+set}" = set; then :
10506   $as_echo_n "(cached) " >&6
10507 else
10508   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10509 /* end confdefs.h.  */
10510 #include <stdlib.h>
10511 #include <stdarg.h>
10512 #include <string.h>




10472 
10473     if test "x$CCACHE" != x; then
10474         CCACHE_SLOPPINESS=time_macros
10475         CCACHE="CCACHE_COMPRESS=1 $SET_CCACHE_DIR CCACHE_SLOPPINESS=$CCACHE_SLOPPINESS $CCACHE"
10476         CCACHE_FLAGS=-fpch-preprocess
10477 
10478         if test "x$SET_CCACHE_DIR" != x; then
10479             mkdir -p $CCACHE_DIR > /dev/null 2>&1
10480             chmod a+rwxs $CCACHE_DIR > /dev/null 2>&1
10481         fi
10482     fi
10483 
10484     fi
10485 
10486 
10487 # Used on GNU/Linux systems, can be empty...
10488 #AC_PATH_PROG(ELFDUMP, elfdump)
10489 
10490 # Setup default logging of stdout and stderr to build.log in the output root.
10491 BUILD_LOG='$(OUTPUT_ROOT)/build.log'
10492 if test -x $SRC_ROOT/common/bin/logger.sh ; then
10493         BUILD_LOG_WRAPPER='$(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
10494 else
10495         BUILD_LOG_WRAPPER='$(SH) $(SRC_ROOT)/common/bin/logger.sh $(BUILD_LOG)'
10496 fi
10497 
10498 
10499 
10500 ###############################################################################
10501 #
10502 # Now we check if libjvm.so will use 32 or 64 bit pointers for the C/C++ code.
10503 # (The JVM can use 32 or 64 bit Java pointers but that decision
10504 # is made at runtime.)
10505 #
10506 
10507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10508 $as_echo_n "checking for ANSI C header files... " >&6; }
10509 if test "${ac_cv_header_stdc+set}" = set; then :
10510   $as_echo_n "(cached) " >&6
10511 else
10512   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10513 /* end confdefs.h.  */
10514 #include <stdlib.h>
10515 #include <stdarg.h>
10516 #include <string.h>