diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-06 07:42:26 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-06 07:42:26 +0000 |
commit | c3d0fc5ae4f5117a15b41692753e9afb7c530395 (patch) | |
tree | 5d653030959b27670756c91a058b9a1a48a09517 /lang/gcc3/files | |
parent | c43128bbc8fe17ce7424e2f5653d32e0deaa10ea (diff) | |
download | pkgsrc-c3d0fc5ae4f5117a15b41692753e9afb7c530395.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++ |