mirror of git://gcc.gnu.org/git/gcc.git
configure.in: Remove more obsolete, bogus code.
* configure.in: Remove more obsolete, bogus code. * configure: Regenerate. From-SVN: r78512
This commit is contained in:
parent
b178305dfd
commit
8c048b4851
|
@ -1,5 +1,8 @@
|
|||
2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* configure.in: Remove more obsolete, bogus code.
|
||||
* configure: Regenerate.
|
||||
|
||||
* acinclude.m4: Remove obsolete and bogus constructs.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Regnerate.
|
||||
|
|
|
@ -4726,16 +4726,6 @@ fi
|
|||
MAINT=$MAINTAINER_MODE_TRUE
|
||||
|
||||
|
||||
# automake wants to see AC_EXEEXT. But we don't need it. And having
|
||||
# it is actually a problem, because the compiler we're passed can't
|
||||
# necessarily do a full link. So we fool automake here.
|
||||
if false; then
|
||||
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
|
||||
# to nothing, so nothing would remain between `then' and `fi' if it
|
||||
# were not for the `:' below.
|
||||
:
|
||||
|
||||
fi
|
||||
|
||||
echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
|
||||
echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
|
||||
|
@ -5867,17 +5857,6 @@ if test "${with_cross_host+set}" = set; then
|
|||
|
||||
fi;
|
||||
|
||||
# automake wants to see AC_EXEEXT. But we don't need it. And having
|
||||
# it is actually a problem, because the compiler we're passed can't
|
||||
# necessarily do a full link. So we fool automake here.
|
||||
if false; then
|
||||
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
|
||||
# to nothing, so nothing would remain between `then' and `fi' if it
|
||||
# were not for the `:' below.
|
||||
:
|
||||
|
||||
fi
|
||||
|
||||
echo "$as_me:$LINENO: checking whether Solaris gcc optimization fix is necessary" >&5
|
||||
echo $ECHO_N "checking whether Solaris gcc optimization fix is necessary... $ECHO_C" >&6
|
||||
case "$host" in
|
||||
|
|
|
@ -81,16 +81,6 @@ AC_ARG_WITH(cross-host,
|
|||
[ --with-cross-host=HOST configuring with a cross compiler])
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
# automake wants to see AC_EXEEXT. But we don't need it. And having
|
||||
# it is actually a problem, because the compiler we're passed can't
|
||||
# necessarily do a full link. So we fool automake here.
|
||||
if false; then
|
||||
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
|
||||
# to nothing, so nothing would remain between `then' and `fi' if it
|
||||
# were not for the `:' below.
|
||||
:
|
||||
AC_EXEEXT
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING([for thread model used by GCC])
|
||||
THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
|
||||
|
@ -382,17 +372,6 @@ AC_ARG_WITH(target-subdir,
|
|||
AC_ARG_WITH(cross-host,
|
||||
[ --with-cross-host=HOST configuring with a cross compiler])
|
||||
|
||||
# automake wants to see AC_EXEEXT. But we don't need it. And having
|
||||
# it is actually a problem, because the compiler we're passed can't
|
||||
# necessarily do a full link. So we fool automake here.
|
||||
if false; then
|
||||
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
|
||||
# to nothing, so nothing would remain between `then' and `fi' if it
|
||||
# were not for the `:' below.
|
||||
:
|
||||
AC_EXEEXT
|
||||
fi
|
||||
|
||||
dnl As of 4.13a2, the collector will not properly work on Solaris when
|
||||
dnl built with gcc and -O. So we remove -O in the appropriate case.
|
||||
dnl
|
||||
|
|
Loading…
Reference in New Issue