diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1998-11-01 01:38:14 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1998-11-01 01:38:14 +0000 |
commit | fa9a8972c32c3773e28f316ba42a3646eff7c8ca (patch) | |
tree | 8d0404b4cdd5bbb3ffe625a799a7d21706ea5c61 /gnu/usr.bin/gas/Makefile | |
parent | 98334214abd06620fa9245a8af45c92ee3ad5d1b (diff) |
mvme88k changes. Fixed killer bug in xcr instruction.
Diffstat (limited to 'gnu/usr.bin/gas/Makefile')
-rw-r--r-- | gnu/usr.bin/gas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/Makefile b/gnu/usr.bin/gas/Makefile index 6ea5e63ff51..c53124c4151 100644 --- a/gnu/usr.bin/gas/Makefile +++ b/gnu/usr.bin/gas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1998/04/25 06:48:34 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 1998/11/01 01:38:13 smurph Exp $ # $NetBSD: Makefile,v 1.25 1997/10/25 10:10:35 lukem Exp $ # @(#)Makefile 6.1 (Berkeley) 3/3/91 TARGET_MACHINE_ARCH?= $(MACHINE_ARCH) @@ -7,7 +7,8 @@ TARGET_MACHINE_ARCH?= $(MACHINE_ARCH) (${TARGET_MACHINE_ARCH} == "m68k") || \ (${TARGET_MACHINE_ARCH} == "ns32k") || \ (${TARGET_MACHINE_ARCH} == "sparc") || \ - (${TARGET_MACHINE_ARCH} == "vax") + (${TARGET_MACHINE_ARCH} == "vax") || \ + (${TARGET_MACHINE_ARCH} == "mvme88k") .if exists(config/Makefile.$(TARGET_MACHINE_ARCH)) .include "config/Makefile.$(TARGET_MACHINE_ARCH)" .endif |