diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-17 18:40:29 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-17 18:40:29 +0000 |
commit | 13749aa4e85d4cec0a7322764e4ff0f769380c07 (patch) | |
tree | 2b0162d27701c4431c517eaf4f97ba8e44c7b2c5 /Makefile.in | |
parent | 99a5bd2fab6ba7e81ffa3d0709199b75264a3651 (diff) | |
download | newlib-13749aa4e85d4cec0a7322764e4ff0f769380c07.zip newlib-13749aa4e85d4cec0a7322764e4ff0f769380c07.tar.gz newlib-13749aa4e85d4cec0a7322764e4ff0f769380c07.tar.bz2 |
2001-06-17 H.J. Lu <hjl@gnu.org>
* Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
(gas+binutils.tar.bz2): Likewise.
(binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 8b442f0..57d2775 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1890,7 +1890,7 @@ DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT) .PHONY: gas.tar.bz2 GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas - $(MAKE) -f Makefile.in taz TOOL=gas \ + $(MAKE) -f Makefile.in taz TOOL=bfd PACKAGE=gas \ MD5PROG="$(MD5PROG)" \ SUPPORT_FILES="$(GAS_SUPPORT_DIRS)" @@ -1898,14 +1898,14 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas .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 \ + $(MAKE) -f Makefile.in taz TOOL=bfd PACKAGE=binutils \ MD5PROG="$(MD5PROG)" \ SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)" .PHONY: gas+binutils.tar.bz2 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof gas+binutils.tar.bz2: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas - $(MAKE) -f Makefile.in taz TOOL=gas \ + $(MAKE) -f Makefile.in taz TOOL=bfd PACKAGE=gas \ MD5PROG="$(MD5PROG)" \ SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" |