diff --git a/Make.inc b/Make.inc index dfc2594c406eb..1826313d70822 100644 --- a/Make.inc +++ b/Make.inc @@ -1478,13 +1478,19 @@ else LIBGCC_NAME := libgcc_s_seh-1.$(SHLIB_EXT) endif endif +# On macOS, libgcc_s has soversion 1.1 always on aarch64 and only for GCC 12+ +# (-> libgfortran 5) on x86_64 ifeq ($(OS),Darwin) ifeq ($(ARCH),aarch64) LIBGCC_NAME := libgcc_s.1.1.$(SHLIB_EXT) else +ifeq ($(LIBGFORTRAN_VERSION),5) +LIBGCC_NAME := libgcc_s.1.1.$(SHLIB_EXT) +else LIBGCC_NAME := libgcc_s.1.$(SHLIB_EXT) endif endif +endif ifneq ($(findstring $(OS),Linux FreeBSD),) LIBGCC_NAME := libgcc_s.$(SHLIB_EXT).1 endif diff --git a/base/Makefile b/base/Makefile index 0d3e89b58de29..bb79549aeea2e 100644 --- a/base/Makefile +++ b/base/Makefile @@ -215,11 +215,19 @@ else ifneq ($(USE_SYSTEM_OPENLIBM),0) $(eval $(call symlink_system_library,OPENLIBM,$(LIBMNAME))) endif -ifeq ($(APPLE_ARCH),arm64) +# On macOS, libgcc_s has soversion 1.1 always on aarch64 and only for GCC 12+ +# (-> libgfortran 5) on x86_64 +ifeq ($(OS),Darwin) +ifeq ($(ARCH),aarch64) +$(eval $(call symlink_system_library,CSL,libgcc_s,1.1)) +else +ifeq ($(LIBGFORTRAN_VERSION),5) $(eval $(call symlink_system_library,CSL,libgcc_s,1.1)) else $(eval $(call symlink_system_library,CSL,libgcc_s,1)) endif +endif +endif ifneq (,$(LIBGFORTRAN_VERSION)) $(eval $(call symlink_system_library,CSL,libgfortran,$(LIBGFORTRAN_VERSION))) endif diff --git a/deps/checksums/compilersupportlibraries b/deps/checksums/compilersupportlibraries index 74bf4d45f229c..ba8c792f229e6 100644 --- a/deps/checksums/compilersupportlibraries +++ b/deps/checksums/compilersupportlibraries @@ -1,92 +1,92 @@ -CompilerSupportLibraries.v0.5.4+0.aarch64-apple-darwin-libgfortran5.tar.gz/md5/20ebaad57850393b6ac9fa924e511fe4 -CompilerSupportLibraries.v0.5.4+0.aarch64-apple-darwin-libgfortran5.tar.gz/sha512/020de4d8b0ff6bedbadaa305ff8445e6849f12053762ea4aa68412d1ec763dbd86f479587a2fbb862487f1feb04d976c38099ddf3887817a3d32b3f029cf85b1 -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-gnu-libgfortran3.tar.gz/md5/28a81c3ef34f79d12d5462d829cc6354 -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-gnu-libgfortran3.tar.gz/sha512/6e5a485a452a1ae4472b8fc277ddbb1a694f81af2a359d9507d7ce56d2d40c1d43d62919bd316b4238028016ae23936aa9076ff47526a217b630e499037b8056 -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-gnu-libgfortran4.tar.gz/md5/61520e65c7afed3f63b7ce069c9ea680 -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-gnu-libgfortran4.tar.gz/sha512/17a4bd144d9c08812fb5c109faa7e3b6b1216bd1a7c934ffa786ce364d7c66b2d4dabd02d43d4614d9e92bd3323e106bf234f9202f9f4dc59795c3f2b4923ece -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-gnu-libgfortran5.tar.gz/md5/7378dd715accbe5d664d35e2ce2c78af -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-gnu-libgfortran5.tar.gz/sha512/45869186ab350223b8b56801ebe31edf0dfe2c3643bceb71ac728fceab8f172082ac0b4f39bb0fc04eccc072d0738495841d449f4b5372274aff8c7d7f7de17b -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-musl-libgfortran3.tar.gz/md5/61bb6d76469505eb614593dc76a06053 -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-musl-libgfortran3.tar.gz/sha512/568c292c9df69bd08672ed7b42c860f20012fff781f02ca79a7b5de2f8bb60961100274cb18590dd4670bb8a543fa42dff7b1ee888172acd57dcc8463f8ae8af -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-musl-libgfortran4.tar.gz/md5/020f906e601e5d492fbc4ab8854bf40b -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-musl-libgfortran4.tar.gz/sha512/62e390d1f9e0feaa3918bd0b5ce2db9585b75d396a39db93e06d2a7800d009d3068d5ca8142d0c45f0f63f7ea2fe90957ecd127d23c4ea7cfd1e12a00c50fb0e -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-musl-libgfortran5.tar.gz/md5/1c352f0129ad8744ece5ca6f4243c9f6 -CompilerSupportLibraries.v0.5.4+0.aarch64-linux-musl-libgfortran5.tar.gz/sha512/cfeab850642f4d50ad603e2e14575fc456f3448284ea2d59ba188379484c78c0291136d2dabb6b6be5794988128739a643ae07a073422979c0a89261fef6c2ad -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-gnueabihf-libgfortran3.tar.gz/md5/43a410ffd126cb81569a21d9f73f7591 -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-gnueabihf-libgfortran3.tar.gz/sha512/3f2724b66ba6d6f83d4e519b21708827d89ef987301998730bc454b41480625fd3c6ead4a7a38f96f07767a7adf15feb39dae3e2e6d6d382ba19302b81fb43f3 -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-gnueabihf-libgfortran4.tar.gz/md5/ca85a8aabc68d38bf01b89c12161da1a -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-gnueabihf-libgfortran4.tar.gz/sha512/0ed0bcdf857f922222c3e3f647efdb4a5ae6ccbced2a75d96e24dfb457022372e7610cb5e57afb6957799dd21c00ac987a493bfc4279aa098e32d025643460f1 -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-gnueabihf-libgfortran5.tar.gz/md5/c0ea9e83c18d11c12452913d316af75c -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-gnueabihf-libgfortran5.tar.gz/sha512/ca6c0609cb4964ea6b3235cdba798d02198f147dc4db88cff73f6b81b6cca7b91ef7bc6e52019fb7db6b8b01bc77c38fe4ce88e5002f7e2f84e511befc43d2af -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-musleabihf-libgfortran3.tar.gz/md5/bb88ab6329e89261089def733af4e137 -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-musleabihf-libgfortran3.tar.gz/sha512/18375d440ecf562b8cf76a07f62d3a6d1647c504eab7541c9e6c5b2c3087ff6ada5bad7ada9218a24422bedb934877c8598f18bca831e137f74dce0d907dbe28 -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-musleabihf-libgfortran4.tar.gz/md5/9d610e7179eefd9ee9beb533b6b355ed -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-musleabihf-libgfortran4.tar.gz/sha512/132d1f1f11c39dfd1db86e3d76df048537d980963ca10971b811d023e2b41cb6c8271f1fc94097e8d154ee301b24d183a1761e67272bf757b3d6a90c35d38bfb -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-musleabihf-libgfortran5.tar.gz/md5/b6ac08951c6ed9b5092caaa0ee4a932d -CompilerSupportLibraries.v0.5.4+0.armv6l-linux-musleabihf-libgfortran5.tar.gz/sha512/39b0f3f833c06dbf98bb9d4636d78c920fc64f068a7762c1d3d7bdca1b6df7c0b2eaf3e130e8ece861b286e0fa5e1e628f4604307dd0110544ac3b5407d75ce4 -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-gnueabihf-libgfortran3.tar.gz/md5/43a410ffd126cb81569a21d9f73f7591 -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-gnueabihf-libgfortran3.tar.gz/sha512/3f2724b66ba6d6f83d4e519b21708827d89ef987301998730bc454b41480625fd3c6ead4a7a38f96f07767a7adf15feb39dae3e2e6d6d382ba19302b81fb43f3 -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-gnueabihf-libgfortran4.tar.gz/md5/ca85a8aabc68d38bf01b89c12161da1a -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-gnueabihf-libgfortran4.tar.gz/sha512/0ed0bcdf857f922222c3e3f647efdb4a5ae6ccbced2a75d96e24dfb457022372e7610cb5e57afb6957799dd21c00ac987a493bfc4279aa098e32d025643460f1 -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-gnueabihf-libgfortran5.tar.gz/md5/c0ea9e83c18d11c12452913d316af75c -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-gnueabihf-libgfortran5.tar.gz/sha512/ca6c0609cb4964ea6b3235cdba798d02198f147dc4db88cff73f6b81b6cca7b91ef7bc6e52019fb7db6b8b01bc77c38fe4ce88e5002f7e2f84e511befc43d2af -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-musleabihf-libgfortran3.tar.gz/md5/bb88ab6329e89261089def733af4e137 -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-musleabihf-libgfortran3.tar.gz/sha512/18375d440ecf562b8cf76a07f62d3a6d1647c504eab7541c9e6c5b2c3087ff6ada5bad7ada9218a24422bedb934877c8598f18bca831e137f74dce0d907dbe28 -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-musleabihf-libgfortran4.tar.gz/md5/9d610e7179eefd9ee9beb533b6b355ed -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-musleabihf-libgfortran4.tar.gz/sha512/132d1f1f11c39dfd1db86e3d76df048537d980963ca10971b811d023e2b41cb6c8271f1fc94097e8d154ee301b24d183a1761e67272bf757b3d6a90c35d38bfb -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-musleabihf-libgfortran5.tar.gz/md5/b6ac08951c6ed9b5092caaa0ee4a932d -CompilerSupportLibraries.v0.5.4+0.armv7l-linux-musleabihf-libgfortran5.tar.gz/sha512/39b0f3f833c06dbf98bb9d4636d78c920fc64f068a7762c1d3d7bdca1b6df7c0b2eaf3e130e8ece861b286e0fa5e1e628f4604307dd0110544ac3b5407d75ce4 -CompilerSupportLibraries.v0.5.4+0.i686-linux-gnu-libgfortran3.tar.gz/md5/2b93fdfd1c946e2308f4b5304fc1110a -CompilerSupportLibraries.v0.5.4+0.i686-linux-gnu-libgfortran3.tar.gz/sha512/387ed146da2c1a4267f98e0daf52680860b0039005a0c0d03698b3c98b053f79679248f57c237c1bd64747609cff80a70c7fa45f5e8863c94d2634d87869520b -CompilerSupportLibraries.v0.5.4+0.i686-linux-gnu-libgfortran4.tar.gz/md5/c47a1e5e146b9cad0326452540befcee -CompilerSupportLibraries.v0.5.4+0.i686-linux-gnu-libgfortran4.tar.gz/sha512/24d62f3d1c6c8ba5e8d48cb5d9bfdc66947985c53d99b6c693d5fc87755f1d4ec366a12b78a3bab3e46cef1f35e1f557a23c249a2d4c1e972d5f2ce5355a1362 -CompilerSupportLibraries.v0.5.4+0.i686-linux-gnu-libgfortran5.tar.gz/md5/7a5d54ecefe574cf457312ec38248458 -CompilerSupportLibraries.v0.5.4+0.i686-linux-gnu-libgfortran5.tar.gz/sha512/a1ed3b67a036fa583f3b647333fa4e5c34e647e70af502e4659c840018bf2ec25c78e155d70fb6ae5399c10ab35536897bf903602e05b4fe7f656862296571cc -CompilerSupportLibraries.v0.5.4+0.i686-linux-musl-libgfortran3.tar.gz/md5/f10d34a17384b4a115fe7817586ed64d -CompilerSupportLibraries.v0.5.4+0.i686-linux-musl-libgfortran3.tar.gz/sha512/409c38cb1149c94049f52c6a80d4743b60ea3f58028e923ac7de04f1762a3b5b41730b8c5ebd4120a66b67deff7ec6ebbe4616c49216804ea03d83ec69ebd5a6 -CompilerSupportLibraries.v0.5.4+0.i686-linux-musl-libgfortran4.tar.gz/md5/740119effaf045d56758e8fd5f4aa6f9 -CompilerSupportLibraries.v0.5.4+0.i686-linux-musl-libgfortran4.tar.gz/sha512/53e5503cf676549feec62f3681f7d20d28cf1de9901cf3fe2d6849fbe546accffc145a67d58a89cf48343b8166a5c0b842e3cf0672a26b76331cd02b33642f98 -CompilerSupportLibraries.v0.5.4+0.i686-linux-musl-libgfortran5.tar.gz/md5/711fa829feedb9ffd7e5e9f85a2ecf32 -CompilerSupportLibraries.v0.5.4+0.i686-linux-musl-libgfortran5.tar.gz/sha512/a33c23d2c676fafc732733a4fe2b41ce27b02435372dd5b28c52168b123778211fccfe6c7d702dca95dbe35192310c22bef937ea35085be1c282c81dff3116c2 -CompilerSupportLibraries.v0.5.4+0.i686-w64-mingw32-libgfortran3.tar.gz/md5/04f5eb5fa12b85d90eddaff07c34ed8a -CompilerSupportLibraries.v0.5.4+0.i686-w64-mingw32-libgfortran3.tar.gz/sha512/890af6d446ff49765f6305efedd5ff65b4285c3a5522cf0d8238b0c65af2392715cf670f9ad0a453778e3175993fa800b1b6e4a6dcfb06a16e7f7f975b850922 -CompilerSupportLibraries.v0.5.4+0.i686-w64-mingw32-libgfortran4.tar.gz/md5/44f0c502e0856b169611abcb710f4ec6 -CompilerSupportLibraries.v0.5.4+0.i686-w64-mingw32-libgfortran4.tar.gz/sha512/e5f7687540ef0828e43b731b5292f526bb570ef59e37e2ebb7e791f845199650364b32550c684aee8afd95d08ef89da30f967964237c13db7ef4c48660420026 -CompilerSupportLibraries.v0.5.4+0.i686-w64-mingw32-libgfortran5.tar.gz/md5/d804d5fb304f11b4a6cf5617d38fbd8b -CompilerSupportLibraries.v0.5.4+0.i686-w64-mingw32-libgfortran5.tar.gz/sha512/20152161730e80c4bdea92648ab0a4f7fa18dac038a98432d190bf532575a83d4cd05bde16af6f8b7003be557c441edcceab83600f70092e6f4b101e875bec67 -CompilerSupportLibraries.v0.5.4+0.powerpc64le-linux-gnu-libgfortran3.tar.gz/md5/62a3995fcef8b922160b24eac0e17f98 -CompilerSupportLibraries.v0.5.4+0.powerpc64le-linux-gnu-libgfortran3.tar.gz/sha512/a7997dd00e8a639880553fd008622c9db90f9d56f8d8150734fa4ed6668846cc3d456e5bb227523221c0f227f83182328dedf94542be8f50c0da1e1d65f68456 -CompilerSupportLibraries.v0.5.4+0.powerpc64le-linux-gnu-libgfortran4.tar.gz/md5/39d8d8c4014c2c0547c3c334be1bfeb2 -CompilerSupportLibraries.v0.5.4+0.powerpc64le-linux-gnu-libgfortran4.tar.gz/sha512/ee2545739f26166ba41128f7c4a4a932ab59f655d30eaf0ce1a5ce28481242322611fc43267597d207623e3cf53118ed945db0a57ee2cbfd021f08bea7712681 -CompilerSupportLibraries.v0.5.4+0.powerpc64le-linux-gnu-libgfortran5.tar.gz/md5/2b7ac4fd2f452ddc71a077dda626bc12 -CompilerSupportLibraries.v0.5.4+0.powerpc64le-linux-gnu-libgfortran5.tar.gz/sha512/07928814063c4517d773700847259f42e379362679c44c7e1206f55be79ef3aba9c9ce0cb31e4a6c0985571e502092b96f485bba908154b2404cbcdc32a88992 -CompilerSupportLibraries.v0.5.4+0.x86_64-apple-darwin-libgfortran3.tar.gz/md5/068fe7a19d50ccd614f643347a7e809d -CompilerSupportLibraries.v0.5.4+0.x86_64-apple-darwin-libgfortran3.tar.gz/sha512/3efeae1fab32e2228408801d712fbdd82fd9351624ad8dbd790e64688830aa9d9c77dc9da600cef788f1441a31606ad20868c775c90ba8dedcfc42b7b4fc7e46 -CompilerSupportLibraries.v0.5.4+0.x86_64-apple-darwin-libgfortran4.tar.gz/md5/fd7774d9776409a6d500dfa3fdac9e9d -CompilerSupportLibraries.v0.5.4+0.x86_64-apple-darwin-libgfortran4.tar.gz/sha512/3611aa50cd5bdb6f7d935b442ca9671df69237fa0a2699a4fc82db11bb0906ce2b80f766283288090d38989e8dc6d63ce4e4630f0b109e2a9b28bb2013737a5a -CompilerSupportLibraries.v0.5.4+0.x86_64-apple-darwin-libgfortran5.tar.gz/md5/99cca9374b96e89fb4e622683a7d45a6 -CompilerSupportLibraries.v0.5.4+0.x86_64-apple-darwin-libgfortran5.tar.gz/sha512/b70d3779851a75a5da7fdec4d355d9070aa453dfd54faaac6f45f69b27ddc14cb4b3b4cab69d8b5c664d0a1f99711b75d7d6f585d86988a6dbff0ba04c983d62 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-gnu-libgfortran3.tar.gz/md5/3f217b11368140bb887ea27a9a27eca4 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-gnu-libgfortran3.tar.gz/sha512/661a2a8dd9058136a3bcf3768379a35d39e3bc0d5c696be8ee0ab5b65a85b068f592490855d6116c0c39a67effb7263e517264716613f829d55878ff0ac25eb9 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-gnu-libgfortran4.tar.gz/md5/0b944b81133e1debe8e2c342b9d01890 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-gnu-libgfortran4.tar.gz/sha512/c9442665f1a40a579d1e4ac8e88cb257b72098a072ad7461c3a592bae512cfcb848fc7684f5075381e7f3790f19b885bd2699ca23651ec5dea97d02cf45ba8dc -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-gnu-libgfortran5.tar.gz/md5/09638b8258a8870f1e77a36f0067f914 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-gnu-libgfortran5.tar.gz/sha512/bb4d5b83af4b799e352eb6a515d6cf8c8139a0ce2af4dd607a7c9a51f8114f5ebd13255314fcfe10c1afa5794155b23712480e21736e1ca33c2b4709f4718da9 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-musl-libgfortran3.tar.gz/md5/2a903ec0092d4c735d2ad62746d6c964 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-musl-libgfortran3.tar.gz/sha512/c1c72cbdb71fa5733020520c3ee9975d356404eacc3abfca0ffd0f4a9318afe54842103790f1c784b353b2997f8ef16fddde786732dbae2acaa505ebc886a7fc -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-musl-libgfortran4.tar.gz/md5/8b0c1cabeea27f4210e25ea6fd6e2382 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-musl-libgfortran4.tar.gz/sha512/802e0ef2a0e23fbdf2285e126b67f5a45d58dee9ee71f24b472c7c368b5e1cb4940c9c6b5b2c447bbc6c462872927f516c77328bccb4f96752aee365c6e213ea -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-musl-libgfortran5.tar.gz/md5/67b48e5f4e034e587b494fea22d5cad8 -CompilerSupportLibraries.v0.5.4+0.x86_64-linux-musl-libgfortran5.tar.gz/sha512/4b25874e9c42356240da4532734b231ba3b405a9c54ec72e4cc5d042a3ff75a8e0dddadb8bd76850f693517fbbb8fc32817c034efd370cda77b48bde6892119c -CompilerSupportLibraries.v0.5.4+0.x86_64-unknown-freebsd-libgfortran3.tar.gz/md5/a1d0288c4be0e3eba600cd56520b09ed -CompilerSupportLibraries.v0.5.4+0.x86_64-unknown-freebsd-libgfortran3.tar.gz/sha512/85171c66ce9baaa0992b17552de0d6a3f44326cff1ef359c23b96c00fcbb17dc623a1f032e04653ecf88aa09df661e38a466dc1f6516f49d07a7ca46159a8cf6 -CompilerSupportLibraries.v0.5.4+0.x86_64-unknown-freebsd-libgfortran4.tar.gz/md5/a0a87ef5541cb7f00a8f63d0e7e317ba -CompilerSupportLibraries.v0.5.4+0.x86_64-unknown-freebsd-libgfortran4.tar.gz/sha512/444b5c11b43be54035609251c5825625a6a041b4f56d7159af5812faeb26129b52254c78acc7f0329e0ac80fd3574442916fd7eb7ea3f38bf3f3f25a04278c2e -CompilerSupportLibraries.v0.5.4+0.x86_64-unknown-freebsd-libgfortran5.tar.gz/md5/28ec2418dd075b1e14f5adac75870078 -CompilerSupportLibraries.v0.5.4+0.x86_64-unknown-freebsd-libgfortran5.tar.gz/sha512/89004da46406d6042fccad088a42644ea36b68d056aa4b19b42b4cfb1e311886d39c4e0c29f95e8f38d470ea857a62e01cf65dddcc93a2a1348f9b85a3b1e58e -CompilerSupportLibraries.v0.5.4+0.x86_64-w64-mingw32-libgfortran3.tar.gz/md5/e6545d6c6abb852c2667ae5d4df7926d -CompilerSupportLibraries.v0.5.4+0.x86_64-w64-mingw32-libgfortran3.tar.gz/sha512/9b906e04fbb0552bdc37fe23a53937e04f998592762935bc645b5b36f6ed8d2fe213de1c0975f8aa08930b13eb574fcdfb7c13a50c43d92dc91327f55d9eedef -CompilerSupportLibraries.v0.5.4+0.x86_64-w64-mingw32-libgfortran4.tar.gz/md5/f1368a4d4401110bc34dd8c363995ddf -CompilerSupportLibraries.v0.5.4+0.x86_64-w64-mingw32-libgfortran4.tar.gz/sha512/90975d27f6dd6e9017e26155f9aaa20b17bcea1ef720b02aec86c2e9baa2053daacbe9eb595544e8ad765bc111682e852e5cda401ac4353148cd8c1052c99cff -CompilerSupportLibraries.v0.5.4+0.x86_64-w64-mingw32-libgfortran5.tar.gz/md5/5fe386e00d7311c701f93f95b201f9af -CompilerSupportLibraries.v0.5.4+0.x86_64-w64-mingw32-libgfortran5.tar.gz/sha512/8f8432c87b0aaea547d8a70031ca85a615970c85c83dce229489de18c93bab0b667e1dde86f05ce7c37d020cf126b0a4249ac7e7c86822c1f7ebc5671879bbcb +CompilerSupportLibraries.v1.0.0+0.aarch64-apple-darwin-libgfortran5.tar.gz/md5/20ebaad57850393b6ac9fa924e511fe4 +CompilerSupportLibraries.v1.0.0+0.aarch64-apple-darwin-libgfortran5.tar.gz/sha512/020de4d8b0ff6bedbadaa305ff8445e6849f12053762ea4aa68412d1ec763dbd86f479587a2fbb862487f1feb04d976c38099ddf3887817a3d32b3f029cf85b1 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-gnu-libgfortran3.tar.gz/md5/3908fa1a2f739b330e787468c9bfb5c8 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-gnu-libgfortran3.tar.gz/sha512/1741e3403ac7aa99e7cfd9a01222c4153ed300f47cc1b347e1af1a6cd07a82caaa54b9cfbebae8751440420551621cc6524504413446d104f9493dff2c081853 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-gnu-libgfortran4.tar.gz/md5/2444dbb7637b32cf543675cc12330878 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-gnu-libgfortran4.tar.gz/sha512/8537f0b243df8544350c884021b21c585fd302e8dd462a30a6ee84c7a36a049133262e5d1bc362f972066b8e8d6a091c32c3b746bab1feb9fccf2e7cca65756c +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-gnu-libgfortran5.tar.gz/md5/d79c1434594c0c5e7d6be798bf52c99e +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-gnu-libgfortran5.tar.gz/sha512/7e71accc401a45b51b298702fb4c79a2fc856c7b28f0935f6ad3a0db5381c55fe5432daff371842930d718024b7c6c1d80e2bd09d397145203673bebbe3496ae +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-musl-libgfortran3.tar.gz/md5/f212059053d99558a9b0bf54b20180e1 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-musl-libgfortran3.tar.gz/sha512/5c104b1282cec8a944e5d008f44a4d60f4394fd5d797fec7d1f487d13e7328cd9c88ec4916dabf18596d87160756bda914e4f8c5a356b5577f9349d0d9e976d6 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-musl-libgfortran4.tar.gz/md5/3e3b3795ee93ef317223050e803a9875 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-musl-libgfortran4.tar.gz/sha512/85d3c955e15f66bfe8bfec2f28c9160bc03d4d531ea4ffe6bc6b51e0d69ccea3ab67a16ca752dabc870861c407381c4519d75c6be3832e8dccd6122ec8c6ed75 +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-musl-libgfortran5.tar.gz/md5/cf2d1315f6a348af2e6c065e2a286e7a +CompilerSupportLibraries.v1.0.0+0.aarch64-linux-musl-libgfortran5.tar.gz/sha512/58420377bc77aa7678034ee5f708eb6be7db359faef2c2638869765453633da9bf455512bd88e95b38ae0428ecc4053561517b176b2371129bdaef9d8d5dadfd +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-gnueabihf-libgfortran3.tar.gz/md5/f5c09ed7e0eeb8d345d328f950582f26 +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-gnueabihf-libgfortran3.tar.gz/sha512/9c657f55c8fcdeb404be168a3a63a5e84304730fe34f25673d92cdae4b0a1fcc6a877ee1433f060e1be854c7811d66632e32510a2ed591d88330f1340b9c20de +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-gnueabihf-libgfortran4.tar.gz/md5/c685518aca4721cd8621d510e2039683 +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-gnueabihf-libgfortran4.tar.gz/sha512/b760468c6377dcd2b8dd50200daaabe604006afc070984d78152b2becd0680b59036c9a6e91dea490121bd85b58d285bfc1e1cf696d29af236528400101de36c +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-gnueabihf-libgfortran5.tar.gz/md5/8faf5c8ad62ab10f71dd2ec9683053e2 +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-gnueabihf-libgfortran5.tar.gz/sha512/921239f241a5c89710cf07272d7f6c3f10201a7533068ed1e9643f9fb2f439e1bb765a4966d913829866ee0ce4f1589d30d06e4b5c1361e3c016a9473f087177 +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-musleabihf-libgfortran3.tar.gz/md5/b38fcb70691ac2621379d298eef8c79e +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-musleabihf-libgfortran3.tar.gz/sha512/06c7f64257ce721f5941f6e50a0d2717cdc9394fc532ded19ce3eaacd5e92a416969534227562e4fee04d2b6340c650d8bc9779e14519b90038bc41e8d1f5ce3 +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-musleabihf-libgfortran4.tar.gz/md5/cdfab2c7bc41765caf4441c3caeed761 +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-musleabihf-libgfortran4.tar.gz/sha512/7109d4a7b32c00309c42685f54a86fc2cc63c0c00f65584ad296b6e44ad3320eed1aaf49684a8831841cdffa5555d72f89272fb722a780596e27ef020528026b +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-musleabihf-libgfortran5.tar.gz/md5/441980ebd23d72772cbe603f1c275336 +CompilerSupportLibraries.v1.0.0+0.armv6l-linux-musleabihf-libgfortran5.tar.gz/sha512/e273d9f1af259a3080df8f173e1808a1ade976a943aba97216bf59a96178e7c052e7a048b0ceee53ab486ed577a2ecb92579857be2f7b29e76322ee1f13c9d76 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-gnueabihf-libgfortran3.tar.gz/md5/f5c09ed7e0eeb8d345d328f950582f26 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-gnueabihf-libgfortran3.tar.gz/sha512/9c657f55c8fcdeb404be168a3a63a5e84304730fe34f25673d92cdae4b0a1fcc6a877ee1433f060e1be854c7811d66632e32510a2ed591d88330f1340b9c20de +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-gnueabihf-libgfortran4.tar.gz/md5/c685518aca4721cd8621d510e2039683 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-gnueabihf-libgfortran4.tar.gz/sha512/b760468c6377dcd2b8dd50200daaabe604006afc070984d78152b2becd0680b59036c9a6e91dea490121bd85b58d285bfc1e1cf696d29af236528400101de36c +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-gnueabihf-libgfortran5.tar.gz/md5/8faf5c8ad62ab10f71dd2ec9683053e2 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-gnueabihf-libgfortran5.tar.gz/sha512/921239f241a5c89710cf07272d7f6c3f10201a7533068ed1e9643f9fb2f439e1bb765a4966d913829866ee0ce4f1589d30d06e4b5c1361e3c016a9473f087177 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-musleabihf-libgfortran3.tar.gz/md5/b38fcb70691ac2621379d298eef8c79e +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-musleabihf-libgfortran3.tar.gz/sha512/06c7f64257ce721f5941f6e50a0d2717cdc9394fc532ded19ce3eaacd5e92a416969534227562e4fee04d2b6340c650d8bc9779e14519b90038bc41e8d1f5ce3 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-musleabihf-libgfortran4.tar.gz/md5/cdfab2c7bc41765caf4441c3caeed761 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-musleabihf-libgfortran4.tar.gz/sha512/7109d4a7b32c00309c42685f54a86fc2cc63c0c00f65584ad296b6e44ad3320eed1aaf49684a8831841cdffa5555d72f89272fb722a780596e27ef020528026b +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-musleabihf-libgfortran5.tar.gz/md5/441980ebd23d72772cbe603f1c275336 +CompilerSupportLibraries.v1.0.0+0.armv7l-linux-musleabihf-libgfortran5.tar.gz/sha512/e273d9f1af259a3080df8f173e1808a1ade976a943aba97216bf59a96178e7c052e7a048b0ceee53ab486ed577a2ecb92579857be2f7b29e76322ee1f13c9d76 +CompilerSupportLibraries.v1.0.0+0.i686-linux-gnu-libgfortran3.tar.gz/md5/6decf8fd5afb50451771c761e63a8917 +CompilerSupportLibraries.v1.0.0+0.i686-linux-gnu-libgfortran3.tar.gz/sha512/4984724bcc847724b1bc005b6f760a18b68147f7d5402d0faf4e28fc0d14fa10975368a951f9caf2a8856500046dec8343043274557d58269e77492b929a9e4b +CompilerSupportLibraries.v1.0.0+0.i686-linux-gnu-libgfortran4.tar.gz/md5/39d1e8a3baa144c018d3eaf7f3806482 +CompilerSupportLibraries.v1.0.0+0.i686-linux-gnu-libgfortran4.tar.gz/sha512/fc4d429279c5a93b6c28b6e911b1e7cfd1c1cfe46f11f2e901b3832ce90d45f49d3d29f0ef18518a94af6cc8651f67c4ed81672680f9281ada390440b172a2af +CompilerSupportLibraries.v1.0.0+0.i686-linux-gnu-libgfortran5.tar.gz/md5/37dabd9cd224c9fed9633dedccb6c565 +CompilerSupportLibraries.v1.0.0+0.i686-linux-gnu-libgfortran5.tar.gz/sha512/b253149e72eef9486888fbaace66e9b6945f4477f6b818f64f3047331165b0e2bc17aa6e3fc8c88686a72e478eb62c8f53883415d5419db448d8016fa3a1da5e +CompilerSupportLibraries.v1.0.0+0.i686-linux-musl-libgfortran3.tar.gz/md5/afdd32bfadd465848e6be458817a44ae +CompilerSupportLibraries.v1.0.0+0.i686-linux-musl-libgfortran3.tar.gz/sha512/eebd679c499143014514c7c9d1875dedbbab9e3af51526c4dd445a9e3dbade95d24522da8bbad0a50ab400755e47b018828b324c4ad7705e212ccd990e34439a +CompilerSupportLibraries.v1.0.0+0.i686-linux-musl-libgfortran4.tar.gz/md5/bc4a0f0b7cea328f7e8850583774496b +CompilerSupportLibraries.v1.0.0+0.i686-linux-musl-libgfortran4.tar.gz/sha512/82285b67946212b49cddf6259f2c60ff5469f8c5263ccefe44f1d93ace98ab68e2c152e1b54434b2f075fd8d192c06d5451bc8cca26d951ad15f3453102f02b5 +CompilerSupportLibraries.v1.0.0+0.i686-linux-musl-libgfortran5.tar.gz/md5/177f0232abce8d523882530ed7a93092 +CompilerSupportLibraries.v1.0.0+0.i686-linux-musl-libgfortran5.tar.gz/sha512/db80acf0f2434f28ee7680e1beb34f564940071815d1ad89fb5913cbd9ac24da528e826d0d54be6265a7340ebd661b6d308ed79d96b67fa5d8c98dc3f1bee8d6 +CompilerSupportLibraries.v1.0.0+0.i686-w64-mingw32-libgfortran3.tar.gz/md5/c723e7d3c3038f59b9bf0cc3a65826bc +CompilerSupportLibraries.v1.0.0+0.i686-w64-mingw32-libgfortran3.tar.gz/sha512/0545561ccd7e525b6cd86935366a2724a5e013411a1c01564db21b66da5fef959cf06b0839b96f1dc2c970eb6c8fb19c012e6cd2c17bc381b55420c72fe1b9f6 +CompilerSupportLibraries.v1.0.0+0.i686-w64-mingw32-libgfortran4.tar.gz/md5/763bd82645d2f3c72b6244d68bebb40f +CompilerSupportLibraries.v1.0.0+0.i686-w64-mingw32-libgfortran4.tar.gz/sha512/700e719eeab486915a9fb0954125cb9a3e9a813d7a069eca05be3a16621f4875668918a5ed5f645e734ac62b0c2ddbaa6234adc9109e98fb88b8ca1197481ed8 +CompilerSupportLibraries.v1.0.0+0.i686-w64-mingw32-libgfortran5.tar.gz/md5/18e90d15dc6dd0a836e9aa076b342105 +CompilerSupportLibraries.v1.0.0+0.i686-w64-mingw32-libgfortran5.tar.gz/sha512/9ff61e8da2b431a8cb09818bde5daab2d7b8cf7a934f184f14ea50eccf5796ae91558e06a22137eb021c4055c54faf4a524a54dbbd718e8ea0abb5dcec844fdb +CompilerSupportLibraries.v1.0.0+0.powerpc64le-linux-gnu-libgfortran3.tar.gz/md5/4e5e4b23dc87450738da33926a07511d +CompilerSupportLibraries.v1.0.0+0.powerpc64le-linux-gnu-libgfortran3.tar.gz/sha512/fc09879d94b750e75775d8b64a41ab9924d675fb53c5700467604412928fe7f5cb21911da0f64898d2463fa77ffbaf4c96c397b9060f4746eec152747930cddc +CompilerSupportLibraries.v1.0.0+0.powerpc64le-linux-gnu-libgfortran4.tar.gz/md5/9a92138ed69aa317a932a615c6e62d69 +CompilerSupportLibraries.v1.0.0+0.powerpc64le-linux-gnu-libgfortran4.tar.gz/sha512/0b7785379936a2a209b074177b1424dd7e00b29b5165f564e799b0aa4e06a582e9d616525d97274ba2507cb88192028f1ac485d3f99bdc7ee53fc63c1a7e85de +CompilerSupportLibraries.v1.0.0+0.powerpc64le-linux-gnu-libgfortran5.tar.gz/md5/8ffee3d6de5197c7a1f354d72c8238fa +CompilerSupportLibraries.v1.0.0+0.powerpc64le-linux-gnu-libgfortran5.tar.gz/sha512/deadc4d7224c84f9b82dc956b69e815c44ae036802838365d870ab9f58c8bcf8ce0645f2f387c8ff344ac2108fc8e7e1ee907fa55e93c91aa5d9fd921bf3fdcb +CompilerSupportLibraries.v1.0.0+0.x86_64-apple-darwin-libgfortran3.tar.gz/md5/87449e72e3f33dbb69b7053cdc2649d4 +CompilerSupportLibraries.v1.0.0+0.x86_64-apple-darwin-libgfortran3.tar.gz/sha512/5ce02ad10c6f4686a476eb2a5de2988cd8b482f5e693db2880c84ad1c82f468ef03fe01b9d0feefe5d4ee741d1d16643d36b144e6261ed32311b3b6f312fac2f +CompilerSupportLibraries.v1.0.0+0.x86_64-apple-darwin-libgfortran4.tar.gz/md5/0407cde92cfa42fa89ac83217ca0ec16 +CompilerSupportLibraries.v1.0.0+0.x86_64-apple-darwin-libgfortran4.tar.gz/sha512/032c831f1166a336551138939ac40eb2c68a048ce786c0c1403b879a20c1b706caac16d22560b2c7f2b3d6373986c347188675674116005ca251336ee048d09f +CompilerSupportLibraries.v1.0.0+0.x86_64-apple-darwin-libgfortran5.tar.gz/md5/82473ed1609a94bde02556a6ad2ed6b2 +CompilerSupportLibraries.v1.0.0+0.x86_64-apple-darwin-libgfortran5.tar.gz/sha512/cf37f29df283d47ee1958fbc04bdf401565f334e87ab684533c3c5789a52d55d002a3ddc66fb20546fa2250f3d4737d19b8dc4eafeb03d1b046cc076fb31c2fc +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-gnu-libgfortran3.tar.gz/md5/e3d33ae03c18affea74699bdc1fabb68 +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-gnu-libgfortran3.tar.gz/sha512/42013f4921de5a69ad857195ce5c19ad1bca3c920d79699e5501f1f4534ab132fabd422362b2b5056f5d182215d6c069db5df460bafa700903faf962cc00f77b +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-gnu-libgfortran4.tar.gz/md5/d40c1e8c0393213c6057c53a12f44175 +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-gnu-libgfortran4.tar.gz/sha512/fe7baa4de7490065ab7b953cc12f41462a24bcb49d0a4a64b23249e98e7569b19bb1cb455af2f76090e34066a7d3cdd7a48cae6515ce6c7a5c8486b0cacc5106 +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-gnu-libgfortran5.tar.gz/md5/48541b90f715c4c86ee4da0570275947 +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-gnu-libgfortran5.tar.gz/sha512/7f2683fb98e80f12629f4ed3bea9fd59d32b7e7a9ed1699e782d8e238ff0915ecc61bf00adaf4597cfe41caf82cdca0f9be250f595f5f0bea6d8f77dba99eaf4 +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-musl-libgfortran3.tar.gz/md5/4547059eb905995667be48bf85d49911 +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-musl-libgfortran3.tar.gz/sha512/7400fdabc924434ab4a4949248c3603887ac06ffd2f205ae33e14495d86cd4f816bbd1999eeafa0257f518df1e7f7c522f596e847a71dbfbfccff4859f50acc7 +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-musl-libgfortran4.tar.gz/md5/46267543cad6584d7b7b9fcc8f18f21d +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-musl-libgfortran4.tar.gz/sha512/0353d7d724be48d4185d3c181692970b7996f53f6a01723072aa5c94b53a8c5055faeed30df51659c252a46f4b941dec0cb24569323e3c85c166f14c5b7c8e9e +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-musl-libgfortran5.tar.gz/md5/14dba2897a6e9d370fa9091c045375fc +CompilerSupportLibraries.v1.0.0+0.x86_64-linux-musl-libgfortran5.tar.gz/sha512/10b79f9c059839f5b57fa8d2a381a034c4067262c4088bd354d14ea56bec097878069383aa9cfadaa09d73bd20fc348fb61662d863a8d62cb25d7af6b8e29858 +CompilerSupportLibraries.v1.0.0+0.x86_64-unknown-freebsd-libgfortran3.tar.gz/md5/eed836d1addeb10d0901f836724aff1e +CompilerSupportLibraries.v1.0.0+0.x86_64-unknown-freebsd-libgfortran3.tar.gz/sha512/e33eca424d1529a1fb23ba9cf7fac345ed1cfc8073c975b6b31ca44d2e8c3f5083af65433df009b22483dceb2e43149f3c1e8433681fec5fb812e1d5b4243ce4 +CompilerSupportLibraries.v1.0.0+0.x86_64-unknown-freebsd-libgfortran4.tar.gz/md5/d5ae9f9519341fdaabf62267c89461d2 +CompilerSupportLibraries.v1.0.0+0.x86_64-unknown-freebsd-libgfortran4.tar.gz/sha512/6421aa5d1bd6f08ad43f59ed4dc1bef8b9b598ebbbd3e48149730f3bec3471f8e2c02ffb338427326924290b8f52ef9e626e3313448bc931a61d866c5dc544ae +CompilerSupportLibraries.v1.0.0+0.x86_64-unknown-freebsd-libgfortran5.tar.gz/md5/fc1df521395362a5aaa2e2aeef707207 +CompilerSupportLibraries.v1.0.0+0.x86_64-unknown-freebsd-libgfortran5.tar.gz/sha512/f2e5a08e3cae171242ae6a20d2d4838c1529ce042745dc466148b7bbc06896d94476fd05c7787e6e8641bea752dfc0e6b09e95b160bede600d20d2ad68e7705f +CompilerSupportLibraries.v1.0.0+0.x86_64-w64-mingw32-libgfortran3.tar.gz/md5/80c337837a9032e4c9614f0d3218993b +CompilerSupportLibraries.v1.0.0+0.x86_64-w64-mingw32-libgfortran3.tar.gz/sha512/cf07e459ca55cb9ee3d38e6858320530c1d1ab2ffd35bfa2a33b2505d3189f13b9743a0e279d70f85d227cee8a8974448f1371a122dcbea03fb1e414f8df8337 +CompilerSupportLibraries.v1.0.0+0.x86_64-w64-mingw32-libgfortran4.tar.gz/md5/792cae36932dd53af20b7f61c80f623b +CompilerSupportLibraries.v1.0.0+0.x86_64-w64-mingw32-libgfortran4.tar.gz/sha512/805f2b64fe9d2b94fc6c966945e10458d8d1c47a8d95fcda057c03a13999d7d0f136c754e4b1e152faaf23e4949861c2ad42b4437dba19f59b3db745d7a76108 +CompilerSupportLibraries.v1.0.0+0.x86_64-w64-mingw32-libgfortran5.tar.gz/md5/063c07fcbba4b9c3bd23ab0d987f1dbb +CompilerSupportLibraries.v1.0.0+0.x86_64-w64-mingw32-libgfortran5.tar.gz/sha512/1d0344b30b5fb34a63f6844be0501c0ad08f1116b0c7b00e13d47860cc6bbdd39734416ad3b492414a28ba1744240bd05aca0d1560873f687d3f61747058626b diff --git a/deps/csl.mk b/deps/csl.mk index 625190f7504aa..b42b58a514a08 100644 --- a/deps/csl.mk +++ b/deps/csl.mk @@ -22,7 +22,7 @@ endef # would get from CSL (by searching for a `GLIBCXX_3.4.X` symbol that does not exist # in our CSL, but would in a newer one), and default to `USE_BINARYBUILDER_CSL=0` in # this case. -CSL_NEXT_GLIBCXX_VERSION=GLIBCXX_3\.4\.30|GLIBCXX_3\.5\.|GLIBCXX_4\. +CSL_NEXT_GLIBCXX_VERSION=GLIBCXX_3\.4\.31|GLIBCXX_3\.5\.|GLIBCXX_4\. # First, check to see if BB is disabled on a global setting ifeq ($(USE_BINARYBUILDER),0) diff --git a/stdlib/CompilerSupportLibraries_jll/Project.toml b/stdlib/CompilerSupportLibraries_jll/Project.toml index be85792823ef6..d69e9cdbbd061 100644 --- a/stdlib/CompilerSupportLibraries_jll/Project.toml +++ b/stdlib/CompilerSupportLibraries_jll/Project.toml @@ -4,7 +4,7 @@ uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" # NOTE: When updating this, also make sure to update the value # `CSL_NEXT_GLIBCXX_VERSION` in `deps/csl.mk`, to properly disable # automatic usage of BB-built CSLs on extremely up-to-date systems! -version = "0.5.4+0" +version = "1.0.0+0" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" diff --git a/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl b/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl index 1b2c0cd41cbe2..604c7ae89dd5e 100644 --- a/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl +++ b/stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl @@ -32,7 +32,7 @@ if Sys.iswindows() const libstdcxx = "libstdc++-6.dll" const libgomp = "libgomp-1.dll" elseif Sys.isapple() - if arch(HostPlatform()) == "aarch64" + if arch(HostPlatform()) == "aarch64" || libgfortran_version(HostPlatform()) == v"5" const libgcc_s = "@rpath/libgcc_s.1.1.dylib" else const libgcc_s = "@rpath/libgcc_s.1.dylib"