diff options
author | sbd <sbd@pkgsrc.org> | 2012-04-04 22:12:25 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-04-04 22:12:25 +0000 |
commit | 88380ced3bb3e70edf820b21d313d92e4033dee8 (patch) | |
tree | 4ba33fe659cb9101886279d1506241a550770fae /mk | |
parent | e34253b5696f4db2ab7cf1119fbad35a5701be85 (diff) | |
download | pkgsrc-88380ced3bb3e70edf820b21d313d92e4033dee8.tar.gz |
Add some gcc-* description
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index d05f9874749..6b2c2c29b13 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -161,9 +161,13 @@ ftp Enable File Transfer Protocol (FTP) support. fts Enable full-text searching. gcc-ada Build the gcc Ada frontend and libraries. gcc-c++ Build the gcc C++ frontend and libraries. +gcc-cpp Build the gcc C++ frontend and libraries. gcc-fortran Build the gcc Fortran frontend and libraries. gcc-java Build the gcc Java frontend, tools and libraries. +gcc-go Build the gcc Go frontend and libraries. +gcc-multilib Build libraries for multiple ABI's. gcc-objc Build the gcc Objective-C frontend and libraries. +gcc-objcpp Build the gcc Objective-C++ frontend and libraries. gd Use GD to render graphical output. gdal Use the GDAL library. gdb6-tui Build the tui application. |