99862d4f8f
Most user visible change is: this version of gcc is now installed in its own directory hierachy. Else and among other things: - remove build dependency on bison. - install info files. - remove per OPSYS PLISTs. - example mk file style changed to match with other gcc packages. - ... Bump PKGREVISION.
7 lines
179 B
Makefile
7 lines
179 B
Makefile
# $NetBSD: gcc.mk,v 1.4 2003/08/09 12:43:03 seb Exp $
|
|
#
|
|
# make configuration file for @PKGNAME_NOREV@
|
|
|
|
CC= @GCC_PREFIX@/bin/cc
|
|
CPP= @GCC_PREFIX@/bin/cpp
|
|
CXX= @GCC_PREFIX@/bin/c++
|