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
This commit is contained in:
parent
d2ab4e1520
commit
7444c8717a
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue