From: pefo Date: Fri, 6 Sep 1996 19:10:22 +0000 (+0000) Subject: Nasty Niklas, there's more out there than alphas.. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=70c383565556744d444ff043ea05d0ce4baa2a1c;p=openbsd Nasty Niklas, there's more out there than alphas.. --- 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