diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 10:40:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 10:40:39 +0000 |
commit | 138db23427e3b95810c63488e9dc0cfd1e2f512b (patch) | |
tree | d6310b7b2e2a6724e874b76c20d4b5b4c82bbab4 | |
parent | 2f8f86fd15addc196dd3879acbe3a04cb59e0330 (diff) |
remove three more sparc references noticed by jsg
-rw-r--r-- | gnu/usr.bin/cc/libgcc/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 4 | ||||
-rw-r--r-- | sys/dev/microcode/tigon/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/libgcc/Makefile b/gnu/usr.bin/cc/libgcc/Makefile index 1632c70a83d..b1982132839 100644 --- a/gnu/usr.bin/cc/libgcc/Makefile +++ b/gnu/usr.bin/cc/libgcc/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/lib/libgcc/Makefile,v 1.58.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.27 2015/12/18 16:44:03 visa Exp $ +# $OpenBSD: Makefile,v 1.28 2016/09/01 10:40:38 tedu Exp $ .include <bsd.own.mk> @@ -226,7 +226,7 @@ OBJ_GRPS = STD DIV SI DI # .if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "m88k" || \ ${TARGET_ARCH} == "mips64" || ${TARGET_ARCH} == "mips64el" || \ - ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc" || \ + ${TARGET_ARCH} == "powerpc" || \ ${TARGET_ARCH} == "sparc64" FPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES -DFLOAT diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 72fc3cdace0..16bfb8fbe74 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2016/05/11 21:52:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2016/09/01 10:40:38 tedu Exp $ NOPROG= NOMAN= @@ -6,7 +6,7 @@ CC=${HOSTCC} # pcmcia capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \ + (${MACHINE} == "macppc") || \ (${MACHINE} == "sparc64") || (${MACHINE} == "hppa") || \ (${MACHINE} == "sgi") || (${MACHINE} == "zaurus") diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile index 68441bce12c..0433c0fac4a 100644 --- a/sys/dev/microcode/tigon/Makefile +++ b/sys/dev/microcode/tigon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2016/05/11 21:52:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2016/09/01 10:40:38 tedu Exp $ NOPROG= NOMAN= @@ -7,7 +7,7 @@ CC=${HOSTCC} # PCI & SBus capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ - (${MACHINE} == "sparc") || (${MACHINE_ARCH} == "powerpc") || \ + (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE} == "hppa") || (${MACHINE} == "sgi") FIRM= tigon1 tigon2 |