LLVM upgraded to release 13, hldig upgraded to snapshot 20210616_9427c9cd
[dragora.git] / patches / gcc / gcc-11-bug80196.patch
blobf1ec338e26e5a73f9d87bb5af1fb2a4bacd9701a
1 diff --git a/configure b/configure
2 index 6157a8c87fb..2a4a05b4edf 100755
3 --- a/configure
4 +++ b/configure
5 @@ -16653,7 +16653,7 @@ else
6 fi
9 -RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
10 +RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET -nostdinc++"
12 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13 $as_echo_n "checking where to find the target ar... " >&6; }
14 diff --git a/configure.ac b/configure.ac
15 index 2ff48941754..01ecc8c42d9 100644
16 --- a/configure.ac
17 +++ b/configure.ac
18 @@ -3515,7 +3515,7 @@ ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
19 ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
20 ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
22 -RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
23 +RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET -nostdinc++"
25 GCC_TARGET_TOOL(ar, AR_FOR_TARGET, AR, [binutils/ar])
26 GCC_TARGET_TOOL(as, AS_FOR_TARGET, AS, [gas/as-new])