diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py index 6d1af7cc882..a2a7243bb0d 100644 --- a/var/spack/repos/builtin/packages/gcc/package.py +++ b/var/spack/repos/builtin/packages/gcc/package.py @@ -509,6 +509,10 @@ def configure_args(self): options.extend([ '--enable-bootstrap', ]) + else: + options.extend([ + '--disable-bootstrap', + ]) # Configure include and lib directories explicitly for these # dependencies since the short GCC option assumes that libraries