diff options
author | gerald <gerald@FreeBSD.org> | 2005-04-26 21:50:39 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-04-26 21:50:39 +0800 |
commit | ba25503a1e572ff406eb59a4554b07d387d95052 (patch) | |
tree | 83e0b3121438d2f985f2a756ca882af27eb9130a /lang | |
parent | 77ebffe5b8cc6fb92a5ff86f770dc4b3e7a2383f (diff) | |
download | freebsd-ports-gnome-ba25503a1e572ff406eb59a4554b07d387d95052.tar.gz freebsd-ports-gnome-ba25503a1e572ff406eb59a4554b07d387d95052.tar.zst freebsd-ports-gnome-ba25503a1e572ff406eb59a4554b07d387d95052.zip |
Complete the repocopy of gcc40 to gcc41 and update to the 20050424
snapshot of GCC 4.1.0.
PR: 80306
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 563df0b42143..174730472314 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -75,6 +75,7 @@ SUBDIR += gcc33 SUBDIR += gcc34 SUBDIR += gcc40 + SUBDIR += gcc41 SUBDIR += gcl SUBDIR += gdc SUBDIR += generic-haskell |