Commit 5188d2b2 by Jim Wilson Committed by Jim Wilson

Never set prefix=/usr by default.

	* configure.in (native_prefix): Delete.
	(mips-dec-netbsd): Don't set prefix.
	(*linux*): Don't set prefix.

From-SVN: r15421
parent 70988851
Thu Sep 11 17:43:55 1997 Jim Wilson <wilson@cygnus.com>
* configure.in (native_prefix): Delete.
(mips-dec-netbsd): Don't set prefix.
(*linux*): Don't set prefix.
Thu Sep 11 15:48:32 1997 Fred Fish <fnf@ninemoons.com>
* protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment