summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-10 21:26:00 +0000
committerrillig <rillig>2006-07-10 21:26:00 +0000
commit8b98f185c8118a9329ebcabe38926be5ca89e8db (patch)
treef06af3b19e420769a0bf11eeda661d8aac34bd31 /bootstrap
parent472855feb230b7e733208e3e2ccfe6a30f0668d0 (diff)
downloadpkgsrc-8b98f185c8118a9329ebcabe38926be5ca89e8db.tar.gz
CPP is "CC -E", not "CC" alone. This fixes Jan's bulk build on IRIX64.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/mods/mk/IRIX.sys.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/mods/mk/IRIX.sys.mk b/bootstrap/mods/mk/IRIX.sys.mk
index c83b7860136..7ecca4e86de 100644
--- a/bootstrap/mods/mk/IRIX.sys.mk
+++ b/bootstrap/mods/mk/IRIX.sys.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.sys.mk,v 1.3 2004/06/05 20:53:12 jschauma Exp $
+# $NetBSD: IRIX.sys.mk,v 1.4 2006/07/10 21:26:00 rillig Exp $
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
unix?= We run Unix
@@ -37,7 +37,7 @@ OBJCFLAGS?= ${CFLAGS}
COMPILE.m?= ${OBJC} ${OBJCFLAGS} ${CPPFLAGS} -c
LINK.m?= ${OBJC} ${OBJCFLAGS} ${CPPFLAGS} ${LDFLAGS}
-CPP?= CC
+CPP?= CC -E
CPPFLAGS?=
FC?= f77