This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH COMMITTED: Include gold in binutils snapshots and releases


I committed this patch to include gold in binutils snapshots and
releases.

Ian


2008-05-11  Ian Lance Taylor  <iant@google.com>

	* src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.


Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.27
diff -u -p -r1.27 src-release
--- src-release	11 Oct 2007 18:15:01 -0000	1.27
+++ src-release	12 May 2008 04:09:06 -0000
@@ -251,7 +251,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPO
 
 # The FSF "binutils" release includes gprof and ld.
 .PHONY: binutils.tar.bz2
-BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu
+BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms mkdep cpu
 binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
 	$(MAKE) -f $(SELF) taz TOOL=binutils \
 		MD5PROG="$(MD5PROG)" \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]