summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2020-03-21 11:46:02 +0100
committerThomas Schwinge <thomas@codesourcery.com>2020-04-29 09:28:01 +0200
commitafa3d80e86fb538ce7f5f1485fa774c11fdaf0f6 (patch)
tree9e474a871df1c80540340d8cf444f10dcc6009eb /ChangeLog
parent4912a04f8b35fadf65973bffc7037432ff7b7980 (diff)
[gcn] Don't default to building target-libstdc++-v3 [PR92713]
... which hasn't been ported/fails to build when using newlib (with GCC commit b73f69020f08208d2d969fcf8879bd294a6e3596 sources, and newlib commit 6d79e0a58866548f435527798fbd4a6849d05bc7, tag: newlib-3.3.0 sources): In file included from [...]/build-gcc-offload-amdgcn-amdhsa/amdgcn-amdhsa/libstdc++-v3/include/csetjmp:42, from [...]/source-gcc/libstdc++-v3/include/precompiled/stdc++.h:42: [...]/source-gcc/newlib/libc/include/setjmp.h:15:6: error: variable or field 'longjmp' declared void 15 | void longjmp (jmp_buf __jmpb, int __retval) | ^~~~~~~ [...] Makefile:1824: recipe for target 'amdgcn-amdhsa/bits/stdc++.h.gch/O2ggnu++0x.gch' failed make[3]: *** [amdgcn-amdhsa/bits/stdc++.h.gch/O2ggnu++0x.gch] Error 1 PR target/92713 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*] (noconfigdirs): Add 'target-libstdc++-v3'. * configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b667b18f9f..a7fcf77b9b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR target/92713
+ * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
+ (noconfigdirs): Add 'target-libstdc++-v3'.
+ * configure: Regenerate.
+
2020-04-21 Stephen Casner <casner@acm.org>
PR 25830