diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:33:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:33:03 +0000 |
commit | 7f58899c5c5f14699cc71944a6a31724ef120ce1 (patch) | |
tree | 41c227636a0213fa2e987019cd5d6fdcdd033c8c /Makefile.cross | |
parent | 414e66fe5720787fc7aa748e889ca2bd9338edbd (diff) |
gumstix was never finished
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 37d3266fab4..f47057764b1 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.62 2013/03/25 17:22:10 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.63 2013/03/25 17:33:02 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 @@ -7,7 +7,7 @@ cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving # this variable to work. .if (${TARGET} == "armish" || ${TARGET} == "beagle" || \ - ${TARGET} == "gumstix" || ${TARGET} == "zaurus") + ${TARGET} == "zaurus") TARGET_ARCH= arm .elif (${TARGET} == "hp300" || ${TARGET} == "mvme68k") TARGET_ARCH= m68k |