Ports And GCC
Ports With Hardwired Dependencies On A Compiler
These are bugs and need to be fixed as part of PortsAndClang.
g++45:${PORTSDIR}/lang/gcc45 |
|
CONFIGURE_ENV+= CC=${LOCALBASE}/bin/gcc34 \ |
|
g++45:${PORTSDIR}/lang/gcc45 |
|
CONFIGURE_ARGS+=--with-gcc=3 |
|
CC= gcc |
|
gcc ${PTHREAD_LIBS} -o ${WRKDIR}/${TESTPROG} \ |
|
HB_COMPILER= gcc |
|
BUILD_DEPENDS+= gcc42:${PORTSDIR}/lang/gcc42 |
|
BUILD_DEPENDS+= gcc42:${PORTSDIR}/lang/gcc42 |
|
CC?= gcc |
|
CC= gcc |
Ports With Parameterized Dependencies On A Compiler
These ports use USE_GCC=xyz (or depend directly on clang/llvm) and are thus correct. These statistics are presented because I feel they are informative.
NB: gcc4.2 is what is in base.
gcc-3.4 |
10 |
gcc-4.2 |
0 |
gcc-4.4 |
48 |
gcc-4.5 |
409 |
gcc-4.6 |
1 |
gcc-4.7 |
0 |
llvm |
12 |
Data as of 20110608.