diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-05-11 07:18:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-05-11 07:18:18 +0000 |
commit | ee0b8c22b04f226d8eff2ad95e5bcd193547e190 (patch) | |
tree | 6a4a0c2178068046fce99c7d59198d428c53da47 /Makefile.cross | |
parent | e6cdaa9711765d73b15cee91499c2d5724d88560 (diff) |
socppc makes an extended visit to the bigbucket.
ok kettenis
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index 4c2adab1c15..6a41436aaa6 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.99 2018/02/04 21:11:32 patrick Exp $ +# $OpenBSD: Makefile.cross,v 1.100 2019/05/11 07:18:14 deraadt Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -17,7 +17,7 @@ TARGET_ARCH= mips64 .elif (${TARGET} == "loongson") TARGET_ARCH= mips64el TARGET_CPU= mips64 -.elif (${TARGET} == "macppc" || ${TARGET} == "socppc") +.elif (${TARGET} == "macppc" TARGET_ARCH= powerpc .elif (${TARGET} == "landisk") TARGET_ARCH= sh |