Skip to content

Commit

Permalink
[CompilerSupportLibraries_jll] Update to v0.5.2
Browse files Browse the repository at this point in the history
The main difference since previous version should be the libraries for
aarch64-apple-darwin, which are based on a more recent version of the GCC fork
for this platform.  There are a couple of notable ABI changes here:

* `libgcc_s` is now called `libgcc_s.1.1.dylib` instead of `libgcc_s.2.dylib`
* there is now `libquadmath.0.dylib` for this platform, which was missing
  before.
  • Loading branch information
giordano committed Mar 6, 2022
1 parent 487757b commit 99ebcb4
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ endif
endif
ifeq ($(OS),Darwin)
ifeq ($(ARCH),aarch64)
LIBGCC_NAME := libgcc_s.2.$(SHLIB_EXT)
LIBGCC_NAME := libgcc_s.1.1.$(SHLIB_EXT)
else
LIBGCC_NAME := libgcc_s.1.$(SHLIB_EXT)
endif
Expand Down
Loading

0 comments on commit 99ebcb4

Please sign in to comment.