diff options
author | sevan <sevan@pkgsrc.org> | 2017-01-15 02:21:34 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2017-01-15 02:21:34 +0000 |
commit | b4cf41645ca56e472d0766e4b055f5cd0dbb4c5c (patch) | |
tree | 84bb88586c6339480fc5df34a4647ee136eb4e85 /mk/defaults | |
parent | 5249e0f5b67af82f90defce3c60676d961d2a9d8 (diff) | |
download | pkgsrc-b4cf41645ca56e472d0766e4b055f5cd0dbb4c5c.tar.gz |
Document the gcc-graphite option, used by lang/gcc*
https://gcc.gnu.org/wiki/Graphite
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 dfd3d4b076f..9945b8e3ab6 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -218,6 +218,7 @@ 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-go Build the gcc Go frontend and libraries. +gcc-graphite Build the gcc Graphite framework for high-level memory optimisation. gcc-inplace-math Build math libs inplace instead of depending on them. gcc-java Build the gcc Java frontend, tools and libraries. gcc-multilib Build libraries for multiple ABI's. |