diff options
author | hans <hans@pkgsrc.org> | 2011-07-13 13:13:43 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-07-13 13:13:43 +0000 |
commit | a69b484f179463cf3308157238fe6323cec86eca (patch) | |
tree | ab21d6a38a5ead43cb9f1a7349940eab9cebac5d /mk | |
parent | ec84bc3281a4907b96f09e9ab80a42e6e032afe3 (diff) | |
download | pkgsrc-a69b484f179463cf3308157238fe6323cec86eca.tar.gz |
Prefix the gcc options with gcc- and add descriptions for each option.
Requested by wiz.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index cb6fada8e82..c8d8727b890 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -155,6 +155,11 @@ freeradius-simul-use Enable Simultaneous-Use. freetype Enable freetype support. 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-fortran Build the gcc Fortran frontend and libraries. +gcc-java Build the gcc Java frontend, tools and libraries. +gcc-objc 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. |