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/usr.bin | |
| parent | f644b42971edfe705df6e2130447ce2df223dcc9 (diff) | |
Hpcmips needs completely FPU instruction free user land.
XXX, this modification is kinda ad-hoc.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/egcs/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/egcs/Makefile.inc b/gnu/usr.bin/egcs/Makefile.inc index 72d2c290232..5ac14d4ae3f 100644 --- a/gnu/usr.bin/egcs/Makefile.inc +++ b/gnu/usr.bin/egcs/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.20 1999/07/30 04:07:23 mycroft Exp $ +# $NetBSD: Makefile.inc,v 1.21 1999/09/29 13:19:15 takemura Exp $ .if !defined(GCC_MAKEFILE_INC) GCC_MAKEFILE_INC=1 @@ -38,6 +38,10 @@ CPPFLAGS+= -I${.CURDIR}/../arch \ CPPFLAGS+=-DDEFAULT_ELF .endif +.if (${MACHINE} == "hpcmips") # XXX +CPPFLAGS+=-D${MACHINE} +.endif + HOST_CPPFLAGS= ${CPPFLAGS} .PATH: ${.CURDIR}/../arch \ |
