diff options
author | 2022-02-10 12:30:05 +0100 | |
---|---|---|
committer | 2022-02-10 12:30:05 +0100 | |
commit | e98beab54f5eb6ee00a1d6559d6d7e7058ecdc90 (patch) | |
tree | 8b5a36c21ed56bb9bb2f30af72318c7a5ba5f386 | |
parent | This is the 2.38 GNU Binutils release (diff) | |
download | binutils-gdb-gentoo/binutils-2.38-upstream.tar.gz binutils-gdb-gentoo/binutils-2.38-upstream.tar.bz2 binutils-gdb-gentoo/binutils-2.38-upstream.zip |
Set git to exaxt same state as 2.38 tarballgentoo/binutils-2.38-upstream
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | configure.ac | 2 | ||||
-rwxr-xr-x | src-release.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2b10e9a1b02..7cd6f2c6578 100644 --- a/configure.ac +++ b/configure.ac @@ -140,7 +140,7 @@ host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktr # binutils, gas and ld appear in that order because it makes sense to run # "make check" in that particular order. # If --enable-gold is used, "gold" may replace "ld". -host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools" +host_tools="flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools" # these libraries are built for the target environment, and are built after # the host libraries and the host tools (which may be a cross compiler) diff --git a/src-release.sh b/src-release.sh index 86f6802f96a..456b8fb2d91 100755 --- a/src-release.sh +++ b/src-release.sh @@ -38,7 +38,7 @@ MAKEINFOFLAGS=--split-size=5000000 # Support for building net releases # Files in root used in any net release. -DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \ +DEVO_SUPPORT="ar-lib ChangeLog ChangeLog.git.2.37-2.38 compile config config-ml.in config.guess \ config.rpath config.sub configure configure.ac COPYING COPYING.LIB \ COPYING3 COPYING3.LIB depcomp install-sh libtool.m4 ltgcc.m4 \ ltmain.sh ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 \ |