diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-12 21:37:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-12 21:37:08 +0000 |
commit | ae51b23ccff5b19513c91575abc6bac3e676503d (patch) | |
tree | 464c420b817fd8a3cfc80f2c6c06019e5a8b4629 | |
parent | e9b16f0801d4af283435837d481dd87e3bef14e4 (diff) | |
download | pkgsrc-ae51b23ccff5b19513c91575abc6bac3e676503d.tar.gz |
Remove CPP setting for now until I find a better way to wrap these. This
backs out the changes in rev. 1.24 of mk/compiler.mk, but I will restore
the behaviour elsewhere.
-rw-r--r-- | mk/compiler/mipspro.mk | 4 | ||||
-rw-r--r-- | mk/compiler/sunpro.mk | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/mk/compiler/mipspro.mk b/mk/compiler/mipspro.mk index 6e6d00152f5..e263f92bb6b 100644 --- a/mk/compiler/mipspro.mk +++ b/mk/compiler/mipspro.mk @@ -1,4 +1,4 @@ -# $NetBSD: mipspro.mk,v 1.18 2004/02/12 11:50:46 jlam Exp $ +# $NetBSD: mipspro.mk,v 1.19 2004/02/12 21:37:08 jlam Exp $ .if !defined(COMPILER_MIPSPRO_MK) COMPILER_MIPSPRO_MK= one @@ -21,9 +21,7 @@ _MIPSPRO_LINKS= # empty _MIPSPRO_CC= ${_MIPSPRO_DIR}/bin/cc _MIPSPRO_LINKS+= _MIPSPRO_CC PKG_CC= ${_MIPSPRO_CC} -PKG_CPP= ${_MIPSPRO_CC} -E CC= ${PKG_CC:T} -CPP= ${PKG_CPP:T} . endif . if !empty(_LANGUAGES.mipspro:Mc++) _MIPSPRO_CXX= ${_MIPSPRO_DIR}/bin/CC diff --git a/mk/compiler/sunpro.mk b/mk/compiler/sunpro.mk index ee1b7934368..12522a4a5e4 100644 --- a/mk/compiler/sunpro.mk +++ b/mk/compiler/sunpro.mk @@ -1,4 +1,4 @@ -# $NetBSD: sunpro.mk,v 1.16 2004/02/12 11:50:46 jlam Exp $ +# $NetBSD: sunpro.mk,v 1.17 2004/02/12 21:37:08 jlam Exp $ .if !defined(COMPILER_SUNPRO_MK) COMPILER_SUNPRO_MK= one @@ -21,9 +21,7 @@ _SUNPRO_LINKS= # empty _SUNPRO_CC= ${_SUNPRO_DIR}/bin/cc _SUNPRO_LINKS+= _SUNPRO_CC PKG_CC= ${_SUNPRO_CC} -PKG_CPP= ${_SUNPRO_CC} -E CC= ${PKG_CC:T} -CPP= ${PKG_CPP:T} . endif . if !empty(_LANGUAGES.sunpro:Mc++) _SUNPRO_CXX= ${_SUNPRO_DIR}/bin/CC |