pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross Set NO_EXPORT_CPP so these build again (otherwis...
details: https://anonhg.NetBSD.org/pkgsrc/rev/79991c3f492b
branches: trunk
changeset: 459683:79991c3f492b
user: jmc <jmc%pkgsrc.org@localhost>
date: Mon Aug 04 21:07:48 2003 +0000
description:
Set NO_EXPORT_CPP so these build again (otherwise a mangled _G_config.h
gets generated when it uses /usr/bin/cpp
diffstat:
cross/i386-linuxglibc1/Makefile | 6 +++++-
cross/i386-msdosdjgpp/Makefile | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r b93ef73b9b6c -r 79991c3f492b cross/i386-linuxglibc1/Makefile
--- a/cross/i386-linuxglibc1/Makefile Mon Aug 04 21:06:47 2003 +0000
+++ b/cross/i386-linuxglibc1/Makefile Mon Aug 04 21:07:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:27:53 grant Exp $
+# $NetBSD: Makefile,v 1.11 2003/08/04 21:07:48 jmc Exp $
#
DISTVERSION= 5.3.12.1
@@ -16,6 +16,10 @@
BINUTILS_LDEMULATION= elf_i386
USE_CROSS_EGCS= yes
+# Scripts in the build need to have a $CPP defined that works with the built
+# compiler
+NO_EXPORT_CPP= yes
+
LINUXDEVEL_FILES= libc-5.3.12-18.i386.rpm \
libc-devel-5.3.12-18.i386.rpm \
libc-static-5.3.12-18.i386.rpm \
diff -r b93ef73b9b6c -r 79991c3f492b cross/i386-msdosdjgpp/Makefile
--- a/cross/i386-msdosdjgpp/Makefile Mon Aug 04 21:06:47 2003 +0000
+++ b/cross/i386-msdosdjgpp/Makefile Mon Aug 04 21:07:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 21:27:56 grant Exp $
+# $NetBSD: Makefile,v 1.16 2003/08/04 21:07:49 jmc Exp $
#
WRKSRC= ${WRKDIR}/djgpp
@@ -19,6 +19,10 @@
BINUTILS_LDEMULATION= i386go32
USE_CROSS_EGCS= yes
+# Scripts in the build need to have a $CPP defined that works with the built
+# compiler
+NO_EXPORT_CPP= yes
+
DJGPP_FILES= djcrx202.zip wmemu2b.zip
TARGET_ARCH= i386-msdosdjgpp
Home |
Main Index |
Thread Index |
Old Index