diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-08 06:30:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-08 06:30:47 +0000 |
commit | c1836dd13eed650503b501cba47acc7c431f2737 (patch) | |
tree | 0a82d69b90535445166e0186121e4174166c896e /lang/Makefile | |
parent | 2b0fadf6aac1cd9fddfa224fc9f72b0abecb6257 (diff) | |
download | FreeBSD-ports-c1836dd13eed650503b501cba47acc7c431f2737.zip FreeBSD-ports-c1836dd13eed650503b501cba47acc7c431f2737.tar.gz |
Turn on gcc3{1,2}
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index eebadd3..ae329b4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -44,11 +44,12 @@ SUBDIR += forth SUBDIR += fpc SUBDIR += gawk - SUBDIR += gcc-devel SUBDIR += gcc27 SUBDIR += gcc28 SUBDIR += gcc295 SUBDIR += gcc30 + SUBDIR += gcc31 + SUBDIR += gcc32 SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc |