diff options
| author | tv <tv@NetBSD.org> | 2002-02-26 20:45:34 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2002-02-26 20:45:34 +0000 |
| commit | 80c7fa68d5dadaa9776b757e62012fe851dfed61 (patch) | |
| tree | a9a93a9787b496ad21382798e988097ae6fb38f7 /gnu | |
| parent | e0e10bde3fedf794b83d4f55bcc11eba3d7cdd5e (diff) | |
Use MACHINE_GNU_PLATFORM to identify the machine.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gcc/frontend/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/frontend/Makefile b/gnu/usr.bin/gcc/frontend/Makefile index ceb371868c9..fa685ce4012 100644 --- a/gnu/usr.bin/gcc/frontend/Makefile +++ b/gnu/usr.bin/gcc/frontend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/12/12 01:49:02 tv Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/26 20:45:34 tv Exp $ LIB= frontend NOLINT= # defined @@ -12,7 +12,7 @@ CPPFLAGS+= -I${.CURDIR} -I${GCCARCH} \ ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ -DPREFIX=\"/usr\" \ -DDEFAULT_TARGET_VERSION=\"${G_version}\" \ - -DDEFAULT_TARGET_MACHINE=\"${MACHINE_GNU_ARCH}-netbsd\" + -DDEFAULT_TARGET_MACHINE=\"${MACHINE_GNU_PLATFORM}\" HOST_CPPFLAGS+= -I${GCCARCH} ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} .include <bsd.lib.mk> |
