diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-07-25 23:23:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-07-25 23:23:42 +0000 |
commit | b2776f9322106b861c0b5d2ff1969a12145663f4 (patch) | |
tree | 5228bf218d750657fe4743f07262fc710f424743 /gnu/usr.bin/gas | |
parent | a6ae4f805a439ca408ce8b6ddeceb110d0b17ed2 (diff) |
Fix compilation on mvme88k (until binutils are ready).
Diffstat (limited to 'gnu/usr.bin/gas')
-rw-r--r-- | gnu/usr.bin/gas/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/gas/config/Makefile.m88k (renamed from gnu/usr.bin/gas/config/Makefile.mvme88k) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gas/Makefile b/gnu/usr.bin/gas/Makefile index c53124c4151..2bb7b10912b 100644 --- a/gnu/usr.bin/gas/Makefile +++ b/gnu/usr.bin/gas/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1998/11/01 01:38:13 smurph Exp $ +# $OpenBSD: Makefile,v 1.6 2001/07/25 23:23:36 miod 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) @@ -8,7 +8,7 @@ TARGET_MACHINE_ARCH?= $(MACHINE_ARCH) (${TARGET_MACHINE_ARCH} == "ns32k") || \ (${TARGET_MACHINE_ARCH} == "sparc") || \ (${TARGET_MACHINE_ARCH} == "vax") || \ - (${TARGET_MACHINE_ARCH} == "mvme88k") + (${TARGET_MACHINE_ARCH} == "m88k") .if exists(config/Makefile.$(TARGET_MACHINE_ARCH)) .include "config/Makefile.$(TARGET_MACHINE_ARCH)" .endif diff --git a/gnu/usr.bin/gas/config/Makefile.mvme88k b/gnu/usr.bin/gas/config/Makefile.m88k index cefabe72645..1b93727b140 100644 --- a/gnu/usr.bin/gas/config/Makefile.mvme88k +++ b/gnu/usr.bin/gas/config/Makefile.m88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.2 1998/02/15 18:49:06 niklas Exp $ +# $OpenBSD: Makefile.m88k,v 1.1 2001/07/25 23:23:41 miod Exp $ # from: @(#)Makefile.hp300 6.1 (Berkeley) 3/3/91 #CPPFLAGS+= -DPIC |