Andreas Fuchs
41e34e76d8
gcc: Only use strip -x if building libgccjit on darwin
...
It's not necessary to use strip -x otherwise, so let's just use it for
the JIT library.
2020-08-29 23:10:38 -04:00
Andreas Fuchs
038e86ffbb
gcc: Fix building libgccjit on darwin, using strip -x
...
The default `strip` invocation tries to strip global symbols from the
library, and refuses because those are indirect symbol table
references.
2020-08-25 08:12:35 -04:00
Jörg Thalheim
9f5d38e751
Merge pull request #82921 from Calvin-L/fix-gcc-on-catalina
...
Fix GCC compilation on MacOS 10.15
2020-07-23 11:30:23 +01:00
Lars Jellema
8e79583510
gnat: init at 9.3.0
2020-04-20 14:41:22 +02:00
Calvin Loncaric
3a79681eb4
GCC: fix compilation on MacOS 10.15
...
MacOS 10.15 now includes "aligned_alloc". Disagreement between the
headers and the binaries about whether aligned_alloc exists leads to
a compilation failure (see #73319 and the detailed comment in this
commit).
2020-03-18 21:15:43 -07:00
John Ericson
f666c61d20
gcc: Deduplicate preConfigure
2019-11-10 15:15:04 -05:00