diff options
author | grant <grant> | 2003-07-13 13:04:09 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-13 13:04:09 +0000 |
commit | 8807cd1c66dd686631fcde97291003941f38c901 (patch) | |
tree | 8d571d6bac15239bea7968f10aea6e65444548f2 /lang/gcc/files | |
parent | b50fbc5cf5202821cfde559173ad23220e6eb191 (diff) | |
download | pkgsrc-8807cd1c66dd686631fcde97291003941f38c901.tar.gz |
greatly simplify the handling of pkgsrc gcc, and eliminate a bug which
has allowed these packages to work :)
set CC, CXX, CPP and F77 in gcc{,3}/buildlink2.mk.
you now only need to define USE_GCC2 or USE_GCC3 to use the pkgsrc
gcc of your choice.
the share/examples/gcc/mk.conf and gcc3/mk.conf files are no longer
installed.
bump PKGREVISIONs.
Diffstat (limited to 'lang/gcc/files')
-rw-r--r-- | lang/gcc/files/gcc.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/gcc/files/gcc.mk b/lang/gcc/files/gcc.mk deleted file mode 100644 index 7a9a58fc384..00000000000 --- a/lang/gcc/files/gcc.mk +++ /dev/null @@ -1,7 +0,0 @@ -# $NetBSD: gcc.mk,v 1.5 2003/07/04 16:11:56 seb Exp $ -# -# make configuration file for @DISTNAME@ - -CC= @GCC_PREFIX@/bin/cc -CPP= @GCC_PREFIX@/bin/cpp -CXX= @GCC_PREFIX@/bin/c++ |