]> git.ipfire.org Git - thirdparty/gcc.git/blob - config/plugins.m4
Support slim LTO bootstrap
[thirdparty/gcc.git] / config / plugins.m4
1 AC_DEFUN([AC_PLUGINS],
2 [
3 AC_ARG_ENABLE([plugins],
4 AS_HELP_STRING([--enable-plugins], [Enable support for plugins (defaults no)]),
5 [case "${enableval}" in
6 yes | "") plugins=yes ;;
7 no) plugins=no ;;
8 *) plugins=yes ;;
9 esac],
10 [plugins=no])
11 ])