Open cho-m opened 2 weeks ago
v24.3-stable
macOS
OS version: macOS 15 Sequoia CPU architecture: arm64 (M1, armv8.4-a) Toolchain: Xcode 16 (LLVM 17)
Seen in Homebrew when building binaries for Sequoia. The build failed with:
clang++: error: unsupported option '-mfpu=' for target 'arm64-apple-darwin24.0.0'
Looks like LLVM Clang 17 changed this from a warning to an error. See https://github.com/llvm/llvm-project/issues/74361
aarch64
arm64
[ 24%] Building CXX object CMakeFiles/yencode.dir/lib/yencode/NeonDecoder.cpp.o c++: error: unsupported option '-mfpu=' for target 'arm64-apple-darwin24.1.0' make[2]: *** [CMakeFiles/yencode.dir/lib/yencode/NeonDecoder.cpp.o] Error 1 make[1]: *** [CMakeFiles/yencode.dir/all] Error 2 make: *** [all] Error 2
No response
NZBGet Version
v24.3-stable
Platform
macOS
Environment
Problem or Question
Seen in Homebrew when building binaries for Sequoia. The build failed with:
Looks like LLVM Clang 17 changed this from a warning to an error. See https://github.com/llvm/llvm-project/issues/74361
Steps To Reproduce
aarch64
while macOS usesarm64
so they hit different conditionals: https://github.com/nzbgetcom/nzbget/blob/9a182b966b049f96899c7017e49b2f7f9f3ddcca/lib/sources.cmake#L5-L9Logs
Extra information
No response