gcc: Explicitly disable bootstrapping (#23360)

We need to explicitly disable bootstrapping when `~bootstrap` since GCC bootstraps by default.
This commit is contained in:
Erik Schnetter 2021-05-01 18:56:14 -04:00 committed by GitHub
parent bdfdba7d73
commit 3729fcdb4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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