gcc: sync configure.ac with configure and regen.

This commit is contained in:
Jérôme Duval 2015-07-22 19:31:26 +02:00
parent 3801b878c2
commit 52fa22bd84
3 changed files with 25 additions and 13 deletions

2
gcc/configure vendored
View File

@ -5212,7 +5212,7 @@ else
# always differ), so we disassemble both files and compare the results:
if uname -o | grep -iq haiku; then
gcc_cv_prog_cmp_skip='objdump -Dz $$f1 | tail +6 >tmp-foo1; objdump -Dz $$f2 | tail +6 >tmp-foo2; cmp tmp-foo1 tmp-foo2'
else
else
gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
echo abfoo >t1
echo cdfoo >t2

View File

@ -391,6 +391,9 @@ case "${host}" in
i[[3456789]]86-*-msdosdjgpp*)
noconfigdirs="$noconfigdirs tcl tk itcl"
;;
*-*-haiku*)
noconfigdirs="$noconfigdirs tk itcl libgui gdb"
;;
esac
@ -673,6 +676,9 @@ case "${target}" in
*-*-darwin*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
*-*-haiku*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
*-*-netware*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
@ -849,6 +855,9 @@ case "${target}" in
*-*-freebsd*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
*-*-haiku*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
@ -902,6 +911,9 @@ case "${target}" in
with_gmp=/usr/local
fi
;;
*-*-haiku*)
noconfigdirs="$noconfigdirs gdb target-libiberty"
;;
*-*-kaos*)
# Remove unsupported stuff on all kaOS configurations.
noconfigdirs="$noconfigdirs target-libgloss"

View File

@ -11518,7 +11518,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11522 "configure"
#line 11521 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11624,7 +11624,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11628 "configure"
#line 11627 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -12576,8 +12576,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
;;
haiku*)
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
link_all_deplibs=yes
archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
link_all_deplibs_CXX=yes
;;
hpux9*)
@ -15036,7 +15036,7 @@ fi
#
# Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style.
cat > conftest.$ac_ext << EOF
#line 15041 "configure"
#line 15039 "configure"
struct S { ~S(); };
void bar();
void foo()
@ -15386,7 +15386,7 @@ $as_echo "$glibcxx_cv_atomic_long_long" >&6; }
# Fake what AC_TRY_COMPILE does.
cat > conftest.$ac_ext << EOF
#line 15391 "configure"
#line 15389 "configure"
int main()
{
typedef bool atomic_type;
@ -15421,7 +15421,7 @@ $as_echo "$glibcxx_cv_atomic_bool" >&6; }
rm -f conftest*
cat > conftest.$ac_ext << EOF
#line 15426 "configure"
#line 15424 "configure"
int main()
{
typedef short atomic_type;
@ -15456,7 +15456,7 @@ $as_echo "$glibcxx_cv_atomic_short" >&6; }
rm -f conftest*
cat > conftest.$ac_ext << EOF
#line 15461 "configure"
#line 15459 "configure"
int main()
{
// NB: _Atomic_word not necessarily int.
@ -15492,7 +15492,7 @@ $as_echo "$glibcxx_cv_atomic_int" >&6; }
rm -f conftest*
cat > conftest.$ac_ext << EOF
#line 15497 "configure"
#line 15495 "configure"
int main()
{
typedef long long atomic_type;
@ -15571,7 +15571,7 @@ $as_echo "$as_me: WARNING: Performance of certain classes will degrade as a resu
# unnecessary for this test.
cat > conftest.$ac_ext << EOF
#line 15576 "configure"
#line 15574 "configure"
int main()
{
_Decimal32 d1;
@ -15613,7 +15613,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
# unnecessary for this test.
cat > conftest.$ac_ext << EOF
#line 15618 "configure"
#line 15616 "configure"
template<typename T1, typename T2>
struct same
{ typedef T2 type; };
@ -15647,7 +15647,7 @@ $as_echo "$enable_int128" >&6; }
rm -f conftest*
cat > conftest.$ac_ext << EOF
#line 15652 "configure"
#line 15650 "configure"
template<typename T1, typename T2>
struct same
{ typedef T2 type; };