diff options
author | hans <hans@pkgsrc.org> | 2012-04-13 11:03:36 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-13 11:03:36 +0000 |
commit | 4015337103b458d736530754daa441b4efe69cf9 (patch) | |
tree | b8f8bd555ec26def2f2959e76b82ac7ea716a8dc /mk/defaults | |
parent | 64b09af781abb08eaf78679fc43a2a8d08eed745 (diff) | |
download | pkgsrc-4015337103b458d736530754daa441b4efe69cf9.tar.gz |
Add description for option gcc-inplace-math.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 560252f314d..5bcfc0e10a1 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -162,6 +162,7 @@ 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-inplace-math Build math libs inplace instead of depending on them. 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. |