configure, config.in: Rebuilt.
* configure, config.in: Rebuilt. * configure.ac: Don't check for scandir or alphasort. From-SVN: r137605
This commit is contained in:
parent
73fd898b68
commit
d2e506f29f
4 changed files with 21 additions and 30 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-07-07 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* configure, config.in: Rebuilt.
|
||||
* configure.ac: Don't check for scandir or alphasort.
|
||||
|
||||
2008-07-07 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/arm/arm.c (arm_init_neon_builtins): Register built-in
|
||||
|
|
|
@ -180,12 +180,6 @@
|
|||
#endif
|
||||
|
||||
|
||||
/* Define to 1 if you have the `alphasort' function. */
|
||||
#ifndef USED_FOR_TARGET
|
||||
#undef HAVE_ALPHASORT
|
||||
#endif
|
||||
|
||||
|
||||
/* Define if your assembler supports cmpb. */
|
||||
#ifndef USED_FOR_TARGET
|
||||
#undef HAVE_AS_CMPB
|
||||
|
@ -1122,12 +1116,6 @@
|
|||
#endif
|
||||
|
||||
|
||||
/* Define to 1 if you have the `scandir' function. */
|
||||
#ifndef USED_FOR_TARGET
|
||||
#undef HAVE_SCANDIR
|
||||
#endif
|
||||
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#ifndef USED_FOR_TARGET
|
||||
#undef HAVE_SETLOCALE
|
||||
|
|
32
gcc/configure
vendored
32
gcc/configure
vendored
|
@ -10094,13 +10094,11 @@ fi
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for ac_func in times clock kill getrlimit setrlimit atoll atoq \
|
||||
sysconf strsignal getrusage nl_langinfo scandir alphasort \
|
||||
sysconf strsignal getrusage nl_langinfo \
|
||||
gettimeofday mbstowcs wcswidth mmap mincore setlocale \
|
||||
clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
|
||||
do
|
||||
|
@ -14725,13 +14723,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
|
|||
else
|
||||
lt_cv_nm_interface="BSD nm"
|
||||
echo "int some_variable = 0;" > conftest.$ac_ext
|
||||
(eval echo "\"\$as_me:14728: $ac_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:14726: $ac_compile\"" >&5)
|
||||
(eval "$ac_compile" 2>conftest.err)
|
||||
cat conftest.err >&5
|
||||
(eval echo "\"\$as_me:14731: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
||||
(eval echo "\"\$as_me:14729: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
||||
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
||||
cat conftest.err >&5
|
||||
(eval echo "\"\$as_me:14734: output\"" >&5)
|
||||
(eval echo "\"\$as_me:14732: output\"" >&5)
|
||||
cat conftest.out >&5
|
||||
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
||||
lt_cv_nm_interface="MS dumpbin"
|
||||
|
@ -15786,7 +15784,7 @@ ia64-*-hpux*)
|
|||
;;
|
||||
*-*-irix6*)
|
||||
# Find out which ABI we are using.
|
||||
echo '#line 15789 "configure"' > conftest.$ac_ext
|
||||
echo '#line 15787 "configure"' > conftest.$ac_ext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||
(eval $ac_compile) 2>&5
|
||||
ac_status=$?
|
||||
|
@ -16406,11 +16404,11 @@ else
|
|||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:16409: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:16407: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:16413: \$? = $ac_status" >&5
|
||||
echo "$as_me:16411: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
|
@ -16728,11 +16726,11 @@ else
|
|||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:16731: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:16729: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:16735: \$? = $ac_status" >&5
|
||||
echo "$as_me:16733: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
|
@ -16833,11 +16831,11 @@ else
|
|||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:16836: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:16834: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>out/conftest.err)
|
||||
ac_status=$?
|
||||
cat out/conftest.err >&5
|
||||
echo "$as_me:16840: \$? = $ac_status" >&5
|
||||
echo "$as_me:16838: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||
then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
|
@ -16888,11 +16886,11 @@ else
|
|||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:16891: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:16889: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>out/conftest.err)
|
||||
ac_status=$?
|
||||
cat out/conftest.err >&5
|
||||
echo "$as_me:16895: \$? = $ac_status" >&5
|
||||
echo "$as_me:16893: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||
then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
|
@ -19685,7 +19683,7 @@ else
|
|||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 19688 "configure"
|
||||
#line 19686 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -19785,7 +19783,7 @@ else
|
|||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 19788 "configure"
|
||||
#line 19786 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
|
|
@ -987,7 +987,7 @@ define(gcc_UNLOCKED_FUNCS, clearerr_unlocked feof_unlocked dnl
|
|||
fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
|
||||
putchar_unlocked putc_unlocked)
|
||||
AC_CHECK_FUNCS(times clock kill getrlimit setrlimit atoll atoq \
|
||||
sysconf strsignal getrusage nl_langinfo scandir alphasort \
|
||||
sysconf strsignal getrusage nl_langinfo \
|
||||
gettimeofday mbstowcs wcswidth mmap mincore setlocale \
|
||||
gcc_UNLOCKED_FUNCS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue