diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2023-12-01 09:59:08 +0100 |
---|---|---|
committer | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2023-12-01 09:59:08 +0100 |
commit | 82288550012c9382ddfd75a0b4b1bb467d445744 (patch) | |
tree | 3a3cea6e2c51a3b68896789e9881c6577514a3f3 /libstdc++-v3/configure | |
parent | 4b8078142ee816e2bd484358b935ba1116ed9931 (diff) | |
download | gcc-82288550012c9382ddfd75a0b4b1bb467d445744.zip gcc-82288550012c9382ddfd75a0b4b1bb467d445744.tar.gz gcc-82288550012c9382ddfd75a0b4b1bb467d445744.tar.bz2 |
libstdc++: Regenerate GCC_CHECK_ASSEMBLER_HWCAP users
This patch regenerates the remaining user of the GCC_CHECK_ASSEMBLER_HWCAP
macro. No functional changes.
2023-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
libstdc++-v3:
* configure: Regenerate.
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 1223376..5bed1fb 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -51433,6 +51433,7 @@ esac test -z "$HWCAP_CFLAGS" && HWCAP_CFLAGS='' + # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH # with a different meaning. case ${target_os} in |