* libc/machine/sh/configure.in: Avoid link tests.
* libc/machine/sh/configure: Regenerate.
This commit is contained in:
parent
a2649dc651
commit
b34db572c1
@ -1,3 +1,8 @@
|
||||
2006-04-24 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* libc/machine/sh/configure.in: Avoid link tests.
|
||||
* libc/machine/sh/configure: Regenerate.
|
||||
|
||||
2006-04-18 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/sys/signal.h (sigdelset, sigfillset, sigismember): New macros.
|
||||
|
40
newlib/libc/machine/sh/configure
vendored
40
newlib/libc/machine/sh/configure
vendored
@ -272,6 +272,7 @@ PACKAGE_STRING='newlib 1.14.0'
|
||||
PACKAGE_BUGREPORT=''
|
||||
|
||||
ac_unique_file="asm.h"
|
||||
ac_no_link=no
|
||||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir CFLAGS CPPFLAGS ac_ct_CC EXEEXT CPP EGREP SH64_TRUE SH64_FALSE LIBOBJS LTLIBOBJS'
|
||||
ac_subst_files=''
|
||||
|
||||
@ -2762,6 +2763,8 @@ OBJEXT=${oext}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -3104,6 +3107,27 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
||||
(eval $ac_link) 2>&5
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }; then
|
||||
ac_no_link=no
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
@ -3248,6 +3272,22 @@ echo "${ECHO_T}$ac_cv_exeext" >&6
|
||||
rm -f conftest.$ac_ext
|
||||
EXEEXT=$ac_cv_exeext
|
||||
ac_exeext=$EXEEXT
|
||||
|
||||
else
|
||||
ac_no_link=yes
|
||||
# Setting cross_compile will disable run tests; it will
|
||||
# also disable AC_CHECK_FILE but that's generally
|
||||
# correct if we can't link.
|
||||
cross_compiling=yes
|
||||
EXEEXT=
|
||||
# Check the compiler produces executables we can run. If not, either
|
||||
# the compiler is broken, or we cross compile.
|
||||
echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
|
||||
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: result: $cross_compiling" >&5
|
||||
echo "${ECHO_T}$cross_compiling" >&6
|
||||
|
||||
fi
|
||||
echo "$as_me:$LINENO: checking for suffix of object files" >&5
|
||||
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
|
||||
if test "${ac_cv_objext+set}" = set; then
|
||||
|
@ -10,6 +10,8 @@ AC_CONFIG_AUX_DIR(../../../..)
|
||||
|
||||
NEWLIB_CONFIGURE(../../..)
|
||||
|
||||
AC_NO_EXECUTABLES
|
||||
|
||||
AC_EGREP_CPP([sh5], [
|
||||
#if __SH5__
|
||||
sh5
|
||||
|
Loading…
Reference in New Issue
Block a user