aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-10-06 18:41:22 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-10-07 12:55:52 +0100
commit6bd2c1231a95e257dd590754430bdb191b3bca11 (patch)
treea2470cb399b8f6b24a90ac4ccb33930a3ccc39b3 /gcc
parent93b3ab6c0c6a44df50e9312c8106b4d1001d6205 (diff)
downloadgcc-6bd2c1231a95e257dd590754430bdb191b3bca11.zip
gcc-6bd2c1231a95e257dd590754430bdb191b3bca11.tar.gz
gcc-6bd2c1231a95e257dd590754430bdb191b3bca11.tar.bz2
libstdc++: Add --disable-libstdcxx-hosted as an alias for hosted-libstdcxx
Most libstdc++ configure args are of the form --enable-libstdcxx-xxx but the option to build freestanding is --disable-hosted-libstdcxx. If you accidentally type --disable-libstdcxx-hosted then it will be ignored. This adds --disable-libstdcxx-hosted as an alias for the existing arg, so it works whichever way you say it. If both args are used explicitly and their values do not agree, configure fails with an error. libstdc++-v3/ChangeLog: * acinclude.m4 (GLIBCXX_ENABLE_HOSTED): Add libstdcxx-hosted enable arg as an alias for hosted-libstdcxx enable arg. * configure: Regenerate.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions