diff options
author | grant <grant@pkgsrc.org> | 2003-07-13 13:16:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-13 13:16:03 +0000 |
commit | 0c414e029ba8763e60db463d0a3f74388f8d49da (patch) | |
tree | 0aedf2276b48058417909a249a338b2cc9d2f03a /lang/gcc/files | |
parent | bbfe9c9c204873dd1f1d8113cf0cb0c995caf883 (diff) | |
download | pkgsrc-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.mk | 7 |
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++ |