libunwind: remove obsolete aarch64 musl CFLAGS
This doesn't seem to have been necessary since
8a82e6fade ("libunwind: 1.7.2 -> 1.8.0").
This commit is contained in:
@@ -45,10 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# Without latex2man, no man pages are installed despite being
|
||||
# prebuilt in the source tarball.
|
||||
"LATEX2MAN=${buildPackages.coreutils}/bin/true"
|
||||
]
|
||||
# See https://github.com/libunwind/libunwind/issues/693
|
||||
++ lib.optionals (with stdenv.hostPlatform; isAarch64 && isMusl && !isStatic) [
|
||||
"CFLAGS=-mno-outline-atomics"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ xz ];
|
||||
|
||||
Reference in New Issue
Block a user