diff options
author | gerald <gerald@FreeBSD.org> | 2012-03-17 19:22:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-03-17 19:22:17 +0800 |
commit | 153cf2f85eaa560f3762e179acc6fc2e92c5d915 (patch) | |
tree | e6a2c79f102e39942b55b60833fdf103d409673a /lang/Makefile | |
parent | 9c57fca5fa29ed5dffc4edca6125248591476d43 (diff) | |
download | freebsd-ports-gnome-153cf2f85eaa560f3762e179acc6fc2e92c5d915.tar.gz freebsd-ports-gnome-153cf2f85eaa560f3762e179acc6fc2e92c5d915.tar.zst freebsd-ports-gnome-153cf2f85eaa560f3762e179acc6fc2e92c5d915.zip |
Welcome GCC 4.8! For the next couple of months this is going to be
a rougher ride, as this release series -- just branched off GCC 4.7
-- is going to see a lot of active and often invasive development.
This port is for early exposure and not production use at all.
Feature safe: yes
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 724373fbc9c0..d858936716c5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -93,6 +93,7 @@ SUBDIR += gcc44 SUBDIR += gcc46 SUBDIR += gcc47 + SUBDIR += gcc48 SUBDIR += gcl SUBDIR += gdc SUBDIR += gforth |