From b50063e7723d8a96f3eaeb641e59f7f161dcd917 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 6 Oct 2006 20:58:18 +0000 Subject: Early bits for a 32-bit SuperH toolchain, currently for little-endian systems only; more work is necessary in ld land. --- Makefile.cross | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.cross') diff --git a/Makefile.cross b/Makefile.cross index 28520fd65cd..f0a46276cab 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.20 2006/09/27 08:38:58 mickey Exp $ +# $OpenBSD: Makefile.cross,v 1.21 2006/10/06 20:58:15 miod Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var @@ -17,6 +17,8 @@ TARGET_ARCH= m88k TARGET_ARCH= mips64 .elif (${TARGET} == "macppc" || ${TARGET} == "mvmeppc") TARGET_ARCH= powerpc +.elif (${TARGET} == "landisk") +TARGET_ARCH= sh .else TARGET_ARCH= ${TARGET} .endif -- cgit v1.2.3