diff options
author | gerald <gerald@FreeBSD.org> | 2004-09-02 18:47:07 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-09-02 18:47:07 +0800 |
commit | 3b40b3e1af5b925bc741f448b48ed15e6a259de4 (patch) | |
tree | b62c2c6afbf4ae3cdbda03657bce3aeef1b0ce81 /lang/Makefile | |
parent | ae9e90d9728bf88e6805c6392fa53f4f8bf5e751 (diff) | |
download | freebsd-ports-gnome-3b40b3e1af5b925bc741f448b48ed15e6a259de4.tar.gz freebsd-ports-gnome-3b40b3e1af5b925bc741f448b48ed15e6a259de4.tar.zst freebsd-ports-gnome-3b40b3e1af5b925bc741f448b48ed15e6a259de4.zip |
Complete the repo-copy of gcc34 to gcc35 and update to the 20040829
snapshot of GCC 3.5.0.
PR: 70493
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 51f7f6789d79..1c7e04d1d2eb 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -72,6 +72,7 @@ SUBDIR += gcc32 SUBDIR += gcc33 SUBDIR += gcc34 + SUBDIR += gcc35 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth |