Commit 7444c871 by Joseph Myers Committed by Joseph Myers

gcc_release (build_sources): Pass --disable-multilib to gcc_build.

	* gcc_release (build_sources): Pass --disable-multilib to
	gcc_build.
	(SVN): Don't use full path.

From-SVN: r131908
parent d2ab4e15
2008-01-28 Joseph Myers <joseph@codesourcery.com>
* gcc_release (build_sources): Pass --disable-multilib to
gcc_build.
(SVN): Don't use full path.
2008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
* update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
......
......@@ -216,7 +216,7 @@ EOF
inform "Building compiler"
OBJECT_DIRECTORY=../objdir
contrib/gcc_build -d ${SOURCE_DIRECTORY} -o ${OBJECT_DIRECTORY} \
-c "--enable-generated-files-in-srcdir" build || \
-c "--enable-generated-files-in-srcdir --disable-multilib" build || \
error "Could not rebuild GCC"
fi
......@@ -505,7 +505,7 @@ export LC_ALL
DATE=`date "+%Y%m%d"`
LONG_DATE=`date "+%Y-%m-%d"`
SVN=${SVN:-/usr/bin/svn}
SVN=${SVN:-svn}
# The CVS server containing the GCC repository.
SVN_SERVER="gcc.gnu.org"
# The path to the repository on that server.
......
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