This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Add cpu to
- From: Nick Clifton <nickc at redhat dot com>
- To: dj at redhat dot com, aoliva at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 30 Sep 2002 11:53:43 +0100
- Subject: Add cpu to
Hi DJ, Hi Alex,
Please may I apply the attached patch to add the newly created top
level binutils directory 'cpu' to the BINUTILS_SUPPORT_DIRS list in
Makefile.in ?
Cheers
Nick
2002-09-30 Nick Clifton <nickc@redhat.com>
* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.in,v
retrieving revision 1.117
diff -c -3 -p -w -r1.117 Makefile.in
*** Makefile.in 29 Sep 2002 15:53:23 -0000 1.117
--- Makefile.in 30 Sep 2002 10:51:54 -0000
*************** gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPO
*** 1998,2004 ****
# 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
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
$(MAKE) -f Makefile.in taz TOOL=binutils \
MD5PROG="$(MD5PROG)" \
--- 1998,2004 ----
# 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.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
$(MAKE) -f Makefile.in taz TOOL=binutils \
MD5PROG="$(MD5PROG)" \