diff options
author | uebayasi <uebayasi> | 2003-01-06 07:42:26 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-06 07:42:26 +0000 |
commit | 8c5c3e08f9cb12d2f60b322592ee6d2a16badf67 (patch) | |
tree | 5d653030959b27670756c91a058b9a1a48a09517 /lang/gcc3/files | |
parent | 9eefba659e9134b2d8488c536b0921e9c54f9db3 (diff) | |
download | pkgsrc-8c5c3e08f9cb12d2f60b322592ee6d2a16badf67.tar.gz |
Initial import of GCC 3.2.1, the latest release of GNU Compiler
Collection, which currently contains front ends for C, C++,
Objective-C, Fortran, Java, and Ada.
For more detail, see
http://gcc.gnu.org/gcc-3.2/
XXX Only tested on NetBSD/i386 -current. Tests on Linux and Solaris
are very encouraged.
XXX buildlink2.mk is not provided, meaning no other packages can
depend on this for now.
Diffstat (limited to 'lang/gcc3/files')
-rw-r--r-- | lang/gcc3/files/gcc3.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/gcc3/files/gcc3.mk b/lang/gcc3/files/gcc3.mk new file mode 100644 index 00000000000..25851b7fc1b --- /dev/null +++ b/lang/gcc3/files/gcc3.mk @@ -0,0 +1,7 @@ +# $NetBSD: gcc3.mk,v 1.1.1.1 2003/01/06 07:42:27 uebayasi Exp $ +# +# make configuration file for @PKGNAME@ + +CC= @GCC_PREFIX@/bin/cc +CPP= @GCC_PREFIX@/bin/cpp +CXX= @GCC_PREFIX@/bin/c++ |