diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-06 19:10:23 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-06 19:10:23 +0000 |
commit | 3508aa55ec0d3721db5770a7bb56e8f96a4e0312 (patch) | |
tree | fb5277f547d8b49e7e6059923cbb887d7d31c67c /gnu/usr.bin/binutils/Makefile.bsd-wrapper | |
parent | f090cd7d70d1211409711d62f55ceb9b45d13e78 (diff) |
Nasty Niklas, there's more out there than alphas..
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index bcf701c2018..45dec02f55f 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,13 +1,16 @@ -# $Id: Makefile.bsd-wrapper,v 1.2 1996/02/02 01:11:38 niklas Exp $ +# $Id: Makefile.bsd-wrapper,v 1.3 1996/09/06 19:10:22 pefo Exp $ MAN= binutils/ar.1 binutils/nlmconv.1 binutils/nm.1 binutils/objcopy.1 \ binutils/objdump.1 binutils/ranlib.1 binutils/size.1 \ - binutils/strings.1 binutils/strip.1 gas/doc/as.1 ld/ld.1 \ - gprof/gprof.1 + binutils/strings.1 binutils/strip.1 gas/doc/as.1 ld/ld.1 # So far only gas is useful for us. This will change, be sure. all: config.status +.if (${MACHINE_ARCH} == "mips") || make(clean) || make(cleandir) + ${MAKE} LDFLAGS=${LDSTATIC} +.else ${MAKE} LDFLAGS=${LDSTATIC} all-gas +.endif .FORCE: .IGNORE |