diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-03 15:18:22 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-03 15:18:22 +0000 |
commit | d907b819f70da1dd52effec1d581a95e446ad108 (patch) | |
tree | 2c0fa84730f631c28358df09ce5204acbb501d42 /Makefile | |
parent | 19b5abc74c55fac31766f7e5c5a906086aa315af (diff) |
Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws
its employees being in the OpenBSD tree.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.102 2004/04/21 15:58:21 miod Exp $ +# $OpenBSD: Makefile,v 1.103 2004/05/03 15:18:18 drahn Exp $ # # For more information on building in tricky environments, please see @@ -134,7 +134,7 @@ ${CROSSDIRS}: echo m68k ;;\ luna88k|mvme88k) \ echo m88k ;;\ - macppc|mvmeppc|pegasos) \ + macppc|mvmeppc) \ echo powerpc ;;\ sgi) \ echo mips ;;\ @@ -176,8 +176,7 @@ ${CROSSINCLUDES}: ${CROSSOBJ} .if ${TARGET} == "alpha" || ${TARGET} == "amd64" || ${TARGET} == "hppa" || \ ${TARGET} == "i386" || ${TARGET} == "macppc" || ${TARGET} == "mvmeppc" || \ - ${TARGET} == "pegasos" || ${TARGET} == "sparc" || ${TARGET} == "sparc64" || \ - ${TARGET} == "sgi" + ${TARGET} == "sparc" || ${TARGET} == "sparc64" || ${TARGET} == "sgi" BINUTILS= ar as gasp ld nm objcopy objdump ranlib readelf size \ strings strip NEW_BINUTILS?= Yes |