From: Jeff Law Date: Thu, 4 Mar 1999 21:38:31 +0000 (-0700) Subject: Rebuilt. X-Git-Tag: prereleases/egcs-1.1.2-prerelease-3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8154138a962d2d39f6b35ca3880dce6138ecdd;p=thirdparty%2Fgcc.git Rebuilt. From-SVN: r25587 --- diff --git a/gcc/configure b/gcc/configure index 7f0ba2ab2e61..db1cf41d8f7c 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,'`