gcc/0003-CONFIG-Regenerate-configure-file.patch
h00564365 adacc909ea [Sync] Sync patch from openeuler/gcc
Sync patch from openeuler/gcc - 20230829

(cherry picked from commit 5e9724992d967ef598d70c92c5c936ebbf828946)
2023-08-29 20:59:41 +08:00

46 lines
1.3 KiB
Diff

From 37ef787e743d98f9f6e53005d99709fb8e284964 Mon Sep 17 00:00:00 2001
From: eastb233 <xiezhiheng@huawei.com>
Date: Fri, 14 Jul 2023 11:07:05 +0800
Subject: [PATCH 03/22] [CONFIG] Regenerate configure file
Regenerate configure file under libquadmath directory
since it is out of date.
---
libquadmath/configure | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libquadmath/configure b/libquadmath/configure
index b3ee64f9c..603f2f131 100755
--- a/libquadmath/configure
+++ b/libquadmath/configure
@@ -10806,7 +10806,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10819 "configure"
+#line 10809 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10912,7 +10912,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10925 "configure"
+#line 10915 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13031,7 +13031,7 @@ case "$host" in
case "$enable_cet" in
auto)
# Check if target supports multi-byte NOPs
- # and if assembler supports CET insn.
+ # and if compiler and assembler support CET insn.
cet_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fcf-protection"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
--
2.33.0