gcc/0001-CONFIG-Regenerate-configure-file.patch

46 lines
1.3 KiB
Diff
Raw Normal View History

2023-07-14 18:10:33 +08:00
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 1/2] [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