diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-22 22:08:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-22 22:08:19 +0000 |
commit | ad1b0af1a45a3c7f7001973c562d5ec376b907f1 (patch) | |
tree | 0788377dbe3081bd5244b38b6d0e0cf421a96b5e /lang/gcc | |
parent | 900c2d48267b04186eff748dce686ac3f9cd6617 (diff) | |
download | pkgsrc-ad1b0af1a45a3c7f7001973c562d5ec376b907f1.tar.gz |
Unused.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile.gcc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lang/gcc/Makefile.gcc b/lang/gcc/Makefile.gcc deleted file mode 100644 index 8fa15c14d50..00000000000 --- a/lang/gcc/Makefile.gcc +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile.gcc,v 1.5 2002/09/09 03:23:06 dmcmahill Exp $ - -.include "../../mk/bsd.prefs.mk" - -GCC_VERSION!= gcc --version -.if (${GCC_VERSION} != "2.95.3") || defined(${GCC_FORCE_BUILD}) - -BUILD_DEPENDS+= gcc>=2.95.3:../../lang/gcc - -.if (${OPSYS} == SunOS) -CC= ${LOCALBASE}/bin/gcc -CPP= ${LOCALBASE}/bin/cpp -CXX= ${LOCALBASE}/bin/g++ -F77= ${LOCALBASE}/bin/g77 -PKG_FC= ${LOCALBASE}/bin/g77 -LDFLAGS+= -R${LOCALBASE}/lib -.else -CC= ${LOCALBASE}/gcc-2.95.3/bin/cc -CPP= ${LOCALBASE}/gcc-2.95.3/bin/cpp -CXX= ${LOCALBASE}/gcc-2.95.3/bin/c++ -F77= ${LOCALBASE}/gcc-2.95.3/bin/g77 -PKG_FC= ${LOCALBASE}/gcc-2.95.3/bin/g77 -LDFLAGS+= -R${LOCALBASE}/gcc-2.95.3/lib -.endif -.endif |