Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/egcs/common CPPFLAGS/HOST_CPPFLAGS isolation for...



details:   https://anonhg.NetBSD.org/src/rev/a2f9379b2171
branches:  trunk
changeset: 477064:a2f9379b2171
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sat Oct 09 16:11:16 1999 +0000

description:
CPPFLAGS/HOST_CPPFLAGS isolation for cross-compiles

diffstat:

 gnu/usr.bin/egcs/common/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ddc3cc14599e -r a2f9379b2171 gnu/usr.bin/egcs/common/Makefile
--- a/gnu/usr.bin/egcs/common/Makefile  Sat Oct 09 16:10:19 1999 +0000
+++ b/gnu/usr.bin/egcs/common/Makefile  Sat Oct 09 16:11:16 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 1999/02/24 17:48:42 drochner Exp $
+#      $NetBSD: Makefile,v 1.28 1999/10/09 16:11:16 sommerfeld Exp $
 
 MKLINKLIB=no
 MKMAN= no
@@ -20,8 +20,9 @@
 .endif
 
 CPPFLAGS+=     -DTARGET_NAME=\"${MACHINE_GNU_ARCH}-netbsd\"
+HOST_CPPFLAGS+=        -DTARGET_NAME=\"${MACHINE_GNU_ARCH}-netbsd\"
 CPICFLAGS=     -fPIC -DPIC
-HOST_CPPFLAGS= ${CPPFLAGS}
+
 
 MD=            ${DIST}/config/${GCC_ARCH}/${GCC_ARCH}.md
 



Home | Main Index | Thread Index | Old Index