there exists a 'cc', leading to buildlink creating a 'cc' wrapper pointing to the original 'cc', which then won't work with the gcc flags, while the 'gcc' wrapper does work (since packages simply call 'cc' (or 'gcc') and rely on buildlink having prepended the path to the right wrapper).
6 lines
156 B
Makefile
6 lines
156 B
Makefile
# $NetBSD: gcc3.mk,v 1.6 2004/05/20 15:05:46 jschauma Exp $
|
|
#
|
|
# make configuration file for @PKGNAME@
|
|
|
|
CC= @GCC_PREFIX@/bin/gcc
|
|
CPP= @GCC_PREFIX@/bin/cpp
|