summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-03-04 14:38:31 -0700
committerJeff Law <law@gcc.gnu.org>1999-03-04 14:38:31 -0700
commit1a8154138a962d2d39f6b35ca3880dce6138ecdd (patch)
tree1b5569585b78f6f12f65d1fdfe625ef0522b1a44
parent3f462aa49ae81c3ce54ce0922e1da3c61176b2ae (diff)
downloadgcc-1a8154138a962d2d39f6b35ca3880dce6138ecdd.tar.gz
Rebuilt.
From-SVN: r25587
-rwxr-xr-xgcc/configure14
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/configure b/gcc/configure
index 7f0ba2ab2e6..db1cf41d8f7 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -5101,18 +5101,6 @@ fi
# Handle cpp installation.
if [ x$enable_cpp != x ]
then
- if [ x$cpp_install_dir = x ]
- then
- case $target in
- *-*-linux-gnu*)
- if [ x$prefix = x/usr ]
- then
- cpp_install_dir=../lib
- fi
- ;;
- esac
- fi
-
tmake_file="$tmake_file t-install-cpp"
fi
@@ -5416,7 +5404,7 @@ fi
# Figure out what assembler alignment features are present.
echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
-echo "configure:5420: checking assembler alignment features" >&5
+echo "configure:5408: checking assembler alignment features" >&5
gcc_cv_as=
gcc_cv_as_alignment_features=
gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,gcc$,gas,'`