diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-10-31 05:24:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-10-31 05:24:28 +0000 |
commit | 8a1a913d781fe62de72485f228d085c3ccb6e247 (patch) | |
tree | 9ae919ab7ac1f2a9febab3ce847c84351f1eaf4b /lang | |
parent | Complete the repo-copy of gcc34 to gcc40 and update to the 20041024 (diff) |
Complete the repo-copy of gcc34 to gcc40 and update to the 20041024
snapshot of GCC 4.0.0.
PR: 71696
Notes
Notes:
svn path=/head/; revision=120513
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3313d60b1456..01dfba5c869c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -73,6 +73,7 @@ SUBDIR += gcc32 SUBDIR += gcc33 SUBDIR += gcc34 + SUBDIR += gcc40 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth |