summaryrefslogtreecommitdiff
path: root/mk/buildlink3/sunpro-cc-post-cache
diff options
context:
space:
mode:
authoragc <agc>2004-07-13 14:00:16 +0000
committeragc <agc>2004-07-13 14:00:16 +0000
commit6eb39b9c3d894cdc4dbd3232cf0c85c0f9124975 (patch)
tree029e0e4d7ff88f59a1b96c0d8bef35efd789effa /mk/buildlink3/sunpro-cc-post-cache
parentb97c84058dd4d4b9d8a44afc93024f14025a26a0 (diff)
downloadpkgsrc-6eb39b9c3d894cdc4dbd3232cf0c85c0f9124975.tar.gz
Pullup ticket 51 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Solaris bulk build fixes Module Name: pkgsrc Committed By: salo Date: Sat Jul 3 20:39:26 UTC 2004 Modified Files: pkgsrc/mk/buildlink3: sunpro-cc-post-logic Log Message: Convert -static to -Bstatic. Module Name: pkgsrc Committed By: grant Date: Sat Jul 3 20:53:48 UTC 2004 Modified Files: pkgsrc/mk/buildlink3: sunpro-cc-post-logic Log Message: fix typo and slight botch up in last Module Name: pkgsrc Committed By: grant Date: Sat Jul 3 20:53:59 UTC 2004 Modified Files: pkgsrc/mk/buildlink3: sunpro-cc-post-cache Log Message: update the cache for -static Module Name: pkgsrc Committed By: grant Date: Sun Jul 4 08:30:46 UTC 2004 Modified Files: pkgsrc/mk/buildlink3: sunpro-cc-post-cache sunpro-cc-post-logic Log Message: transform --export-dynamic to -G and strip -fstrict-prototypes.
Diffstat (limited to 'mk/buildlink3/sunpro-cc-post-cache')
-rw-r--r--mk/buildlink3/sunpro-cc-post-cache4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/sunpro-cc-post-cache b/mk/buildlink3/sunpro-cc-post-cache
index 9d3af365c63..ebe31485f54 100644
--- a/mk/buildlink3/sunpro-cc-post-cache
+++ b/mk/buildlink3/sunpro-cc-post-cache
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro-cc-post-cache,v 1.7 2004/06/13 08:50:15 grant Exp $
+# $NetBSD: sunpro-cc-post-cache,v 1.7.2.1 2004/07/13 14:00:16 agc Exp $
#
# This file implements the default action of the "cc" private cache
# for the SunPro suite of compilers, and tells the wrapper to skip the
@@ -6,7 +6,7 @@
# can't handle; they will instead by handled directly by
# sunpro-cc-post-logic.
--[OW]*|-ansi|-f[pP][iI][cC]|-fno-gnu-keywords|-pedantic|-pthread|-shared)
+-[OW]*|-ansi|--export-dynamic|-f[pP][iI][cC]|-fno-gnu-keywords|-fstrict-prototypes|-pedantic|-pthread|-shared|-static)
skipcache=yes
;;
esac