diff options
author | gerald <gerald@FreeBSD.org> | 2009-08-20 05:08:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-08-20 05:08:43 +0800 |
commit | 03c7a665b8a5d9a85d89b6f4a01b9dfbc503f92c (patch) | |
tree | acbc3e6780dc61ae2117d3c766363c13b7c13f8d /lang/Makefile | |
parent | 2a7b9a19882a1669742f1c736e4fa8bb5b1d24df (diff) | |
download | freebsd-ports-gnome-03c7a665b8a5d9a85d89b6f4a01b9dfbc503f92c.tar.gz freebsd-ports-gnome-03c7a665b8a5d9a85d89b6f4a01b9dfbc503f92c.tar.zst freebsd-ports-gnome-03c7a665b8a5d9a85d89b6f4a01b9dfbc503f92c.zip |
Remove lang/gcc42-withgcjawt which basically is just lang/gcc42 with
an extra option set and no longer used by anything in the tree.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index b9fbe6aacc34..226782d9368a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -90,7 +90,6 @@ SUBDIR += gcc295 SUBDIR += gcc34 SUBDIR += gcc42 - SUBDIR += gcc42-withgcjawt SUBDIR += gcc43 SUBDIR += gcc44 SUBDIR += gcc45 |