aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorFred Fish <fnf@redhat.com>2003-12-17 06:32:54 +0000
committerJim Wilson <wilson@gcc.gnu.org>2003-12-16 22:32:54 -0800
commit07f8f74a7b309bc889bf9b1452897d5619692999 (patch)
treea0b666ddf7e4f0d9e1441282a9a4546c9cfbe114 /gcc/configure
parent3a8167112a967d482460b63757c44b04fbf81716 (diff)
downloadgcc-07f8f74a7b309bc889bf9b1452897d5619692999.zip
gcc-07f8f74a7b309bc889bf9b1452897d5619692999.tar.gz
gcc-07f8f74a7b309bc889bf9b1452897d5619692999.tar.bz2
patch from Fred Fish
* configure.in: Remove code to examine linker scripts and set HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES. * configure, config.in: Regenerate. From-SVN: r74735
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure35
1 files changed, 1 insertions, 34 deletions
diff --git a/gcc/configure b/gcc/configure
index 94f0f67..e90284e 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -7530,39 +7530,6 @@ EOF
fi
echo "$ac_t""$gcc_cv_ld_pie" 1>&6
-# Miscellaneous target-specific checks.
-case "$target" in
- mips*-*-*)
- echo $ac_n "checking whether libgloss uses STARTUP directives consistently""... $ac_c" 1>&6
-echo "configure:7538: checking whether libgloss uses STARTUP directives consistently" >&5
- gcc_cv_mips_libgloss_startup=no
- gcc_cv_libgloss_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/libgloss
- if test "x$exec_prefix" = xNONE; then
- if test "x$prefix" = xNONE; then
- test_prefix=/usr/local
- else
- test_prefix=$prefix
- fi
- else
- test_prefix=$exec_prefix
- fi
- for f in $gcc_cv_libgloss_srcdir/mips/idt.ld $test_prefix/$target_noncanonical/lib/idt.ld
- do
- if grep '^STARTUP' $f > /dev/null 2>&1; then
- gcc_cv_mips_libgloss_startup=yes
- break
- fi
- done
- if test x"$gcc_cv_mips_libgloss_startup" = xyes; then
- cat >> confdefs.h <<\EOF
-#define HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES 1
-EOF
-
- fi
- echo "$ac_t""$gcc_cv_mips_libgloss_startup" 1>&6
- ;;
-esac
-
if test x$with_sysroot = x && test x$host = x$target \
&& test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then
cat >> confdefs.h <<EOF
@@ -7736,7 +7703,7 @@ fi
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
-echo "configure:7740: checking whether to enable maintainer-specific portions of Makefiles" >&5
+echo "configure:7707: checking whether to enable maintainer-specific portions of Makefiles" >&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
enableval="$enable_maintainer_mode"