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 | |
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
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | lang/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 733e12ceb4d4..81cae4daa3aa 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -2505,6 +2505,7 @@ gcc32 ports/lang/gcc32 gcc33 ports/lang/gcc33 gcc34 ports/lang/gcc34 gcc40 ports/lang/gcc40 +gcc41 ports/lang/gcc41 gccxml ports/devel/gccxml gcdmaster ports/sysutils/gcdmaster gchempaint ports/science/gchempaint 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 |