diff options
| author | takemura <takemura@NetBSD.org> | 1999-09-29 13:19:13 +0000 |
|---|---|---|
| committer | takemura <takemura@NetBSD.org> | 1999-09-29 13:19:13 +0000 |
| commit | cdabc2eb91cc574c8f0cfe6fc13af8780c073960 (patch) | |
| tree | 7c15bb7559014b7e6f0e9313652df6d5a24a7efb /gnu/lib/libobjc | |
| parent | f644b42971edfe705df6e2130447ce2df223dcc9 (diff) | |
Hpcmips needs completely FPU instruction free user land.
XXX, this modification is kinda ad-hoc.
Diffstat (limited to 'gnu/lib/libobjc')
| -rw-r--r-- | gnu/lib/libobjc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index 669cb06abad..d007c1943e2 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/02/24 17:18:26 drochner Exp $ +# $NetBSD: Makefile,v 1.7 1999/09/29 13:19:15 takemura Exp $ HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo @@ -24,6 +24,10 @@ ARCHSUBDIR= ${MACHINE_ARCH} CPPFLAGS+= -I. -I${ARCH}/${ARCHSUBDIR} -I${ARCH} \ -I${DIST}/config -I${DIST} +.if (${MACHINE} == "hpcmips") # XXX +CPPFLAGS+=-D${MACHINE} +.endif + MKLINT= no DIST= ${.CURDIR}/../../dist/gcc |
