diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:15:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:15:59 +0000 |
commit | 5ec70598604fe641e4fb0be143251da9350280b9 (patch) | |
tree | fa31d83b92f30e88db58c03bb6ee7e70df6917b6 /Makefile.cross | |
parent | 0a0560505fd6fbb7c2365be42d519730432be0bc (diff) |
socppc is powerpc
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index a40391e86ef..079d731fbac 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.24 2007/08/01 21:30:08 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.25 2008/05/13 21:15:58 miod Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var @@ -17,7 +17,8 @@ TARGET_ARCH= m88k TARGET_ARCH= mips64 .elif (${TARGET} == "solbourne") TARGET_ARCH= sparc -.elif (${TARGET} == "macppc" || ${TARGET} == "mvmeppc") +.elif (${TARGET} == "macppc" || ${TARGET} == "mvmeppc" || \ + ${TARGET} == "socppc") TARGET_ARCH= powerpc .elif (${TARGET} == "landisk") TARGET_ARCH= sh |