diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-11 22:49:57 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-12-11 22:49:57 +0000 |
commit | b240fc287c40d396daedcac3d5c821ad027eb1c6 (patch) | |
tree | 76fad112b69629923363752373a50283eac8a4a0 /lang/Makefile | |
parent | ff3c8b2c01812d6d58c819fc6286792ebbab047f (diff) |
Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210
snapshot of GCC 4.2.0.
Change pkg-plist to avoid hardcoding any version number.
PR: 90253
Notes
Notes:
svn path=/head/; revision=150924
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 1f305928631d..6433c96f5cf6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -74,6 +74,7 @@ SUBDIR += gcc34 SUBDIR += gcc40 SUBDIR += gcc41 + SUBDIR += gcc42 SUBDIR += gcl SUBDIR += gdc SUBDIR += gforth |