]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Rebuilt.
authorJeff Law <law@gcc.gnu.org>
Thu, 4 Mar 1999 21:38:31 +0000 (14:38 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 4 Mar 1999 21:38:31 +0000 (14:38 -0700)
From-SVN: r25587

gcc/configure

index 7f0ba2ab2e616edc65b3177a5512153b4a687a45..db1cf41d8f7cd21131ca3ef288d73accf270390f 100755 (executable)
@@ -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,'`