summaryrefslogtreecommitdiff
path: root/lang/gcc/files
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-07-13 13:16:03 +0000
committergrant <grant@pkgsrc.org>2003-07-13 13:16:03 +0000
commit0c414e029ba8763e60db463d0a3f74388f8d49da (patch)
tree0aedf2276b48058417909a249a338b2cc9d2f03a /lang/gcc/files
parentbbfe9c9c204873dd1f1d8113cf0cb0c995caf883 (diff)
downloadpkgsrc-0c414e029ba8763e60db463d0a3f74388f8d49da.tar.gz
oops, we still want the mk files for non-pkgsrc purposes. unbump
PKGREVISIONs.
Diffstat (limited to 'lang/gcc/files')
-rw-r--r--lang/gcc/files/gcc.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/gcc/files/gcc.mk b/lang/gcc/files/gcc.mk
new file mode 100644
index 00000000000..d81fad777a2
--- /dev/null
+++ b/lang/gcc/files/gcc.mk
@@ -0,0 +1,7 @@
+# $NetBSD: gcc.mk,v 1.7 2003/07/13 13:16:04 grant Exp $
+#
+# make configuration file for @DISTNAME@
+
+CC= @GCC_PREFIX@/bin/gcc
+CPP= @GCC_PREFIX@/bin/cpp
+CXX= @GCC_PREFIX@/bin/g++