mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 22:40:36 +08:00
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.
This commit is contained in:
parent
99a5bd2fab
commit
13749aa4e8
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
|
Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (VER): When present, extract the version number from
|
* Makefile.in (VER): When present, extract the version number from
|
||||||
|
@ -1890,7 +1890,7 @@ DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
|
|||||||
.PHONY: gas.tar.bz2
|
.PHONY: gas.tar.bz2
|
||||||
GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep
|
GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep
|
||||||
gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
|
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)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
|
||||||
|
|
||||||
@ -1898,14 +1898,14 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
|
|||||||
.PHONY: binutils.tar.bz2
|
.PHONY: binutils.tar.bz2
|
||||||
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
|
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
|
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)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
|
||||||
|
|
||||||
.PHONY: gas+binutils.tar.bz2
|
.PHONY: gas+binutils.tar.bz2
|
||||||
GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
|
GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
|
||||||
gas+binutils.tar.bz2: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
|
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)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user