Chris Packham 2b2183b321 gcc: Add patch to avoid reference to __pthread_key_create
A toolchain uclibc-ng-1.0.43, binutils-2.40 and gcc-13.2.0 hits the
following error when building:

  ld.bfd: isl_test2.o: non-canonical reference to canonical protected function `__pthread_key_create' in x86_64-multilib-linux-uclibc/sysroot/lib64/libc.so.1
  ld.bfd: failed to set dynamic section sizes: bad value

The reference comes from libgcc where it is using the
__pthread_key_create() symbol to detect the use of pthreads with GNU
libc. Prevent this on uclibc-ng with an explicit condition.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111322

Signed-off-by: Chris Packham <judge.packham@gmail.com>
2023-09-13 13:55:00 +12:00
..
2023-03-14 08:57:25 +13:00
2022-09-11 14:00:38 +12:00
2023-03-08 16:54:34 +13:00
2019-12-25 18:30:23 -08:00
2022-08-08 20:15:26 +12:00
2022-05-16 19:23:16 +12:00
2022-11-28 08:45:24 +13:00
2021-09-21 21:24:31 +12:00
2023-05-31 20:21:11 +12:00
2023-09-01 16:34:58 +12:00
2022-02-11 00:47:51 -08:00
2022-09-13 21:57:40 +12:00
2023-04-19 15:14:30 +12:00
2021-04-13 10:54:03 -05:00
2023-07-10 17:04:31 +12:00
2022-02-11 00:47:51 -08:00
2023-02-01 21:58:43 +13:00
2022-02-23 20:20:55 +13:00
2022-05-08 13:37:41 +12:00
2023-05-19 15:52:39 +12:00
2023-07-29 09:12:14 +12:00
2023-07-24 15:01:44 +12:00
2023-05-28 09:28:13 +12:00
2023-07-10 16:52:22 +12:00
2023-04-30 20:28:39 +12:00
2017-07-08 10:56:29 -07:00
2017-07-08 10:56:29 -07:00