diff options
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index f0a4c7f8ad5..4a309cc9b53 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -24,7 +24,6 @@ AC_INIT(tree.c) AC_CONFIG_HEADER(config.h:config.in) -native_prefix=/usr remove=rm hard_link=ln symbolic_link='ln -s' @@ -1767,10 +1766,6 @@ for machine in $build $host $target; do # On NetBSD, the headers are already okay. fixincludes=Makefile.in tmake_file=t-netbsd - if [[ x$prefix = xNONE ]]; then - prefix=$native_prefix - fi - prefix=$native_prefix ;; mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news. tm_file=mips/news4.h @@ -2769,15 +2764,6 @@ fi # Get the version number from the toplevel version=`sed -e 's/.*\"\([[^ \"]]*\)[[ \"]].*/\1/' < ${srcdir}/version.c` -# Are we using gcc as the native compiler? -case $host in -*linux*) # All Linux's use gcc as the native compiler. - if [[ x$prefix = xNONE ]]; then - prefix=$native_prefix - fi - ;; -esac - # Get an absolute path to the GCC top-level source directory holddir=`pwd` cd $srcdir |