diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-06 22:30:55 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-06 22:30:55 +0000 |
commit | 954950e427dd8acd3f2af729b91d2af5db823514 (patch) | |
tree | 2ecf7a0c73e0f4ed67b91ab7b4f7860f4305412c | |
parent | 52b5b91eb30760371a8232ca1c18416df69873db (diff) |
fix/add sgi
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.103 2004/05/03 15:18:18 drahn Exp $ +# $OpenBSD: Makefile,v 1.104 2004/08/06 22:30:54 pefo Exp $ # # For more information on building in tricky environments, please see @@ -137,7 +137,7 @@ ${CROSSDIRS}: macppc|mvmeppc) \ echo powerpc ;;\ sgi) \ - echo mips ;;\ + echo mips64 ;;\ *) \ (echo Unknown arch ${TARGET} >&2) ; exit 1;; \ esac > ${CROSSDIR}/TARGET_ARCH |