We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gcc/build] ld.lld: error: undefined symbol: host_detect_local_cpu(int, char const**) [gcc/build] >>> referenced by gcc.cc [gcc/build] >>> gcc.o:(static_spec_functions) [gcc/build] ld.lld: error: undefined symbol: host_detect_local_cpu(int, char const**) [gcc/build] >>> referenced by gcc.cc [gcc/build] >>> gcc.o:(static_spec_functions) [gcc/build] ld.lld: error: undefined symbol: host_detect_local_cpu(int, char const**) [gcc/build] >>> referenced by gcc.cc [gcc/build] >>> gcc.o:(static_spec_functions) [gcc/build] aarch64-pc-serenity-clang++: error: linker command failed with exit code 1 (use -v to see invocation) [gcc/build] aarch64-pc-serenity-clang++: error: linker command failed with exit code 1 (use -v to see invocation) [gcc/build] aarch64-pc-serenity-clang++: error: linker command failed with exit code 1 (use -v to see invocation)
It appears the patch from #13390 was dropped in d0edf26.
The text was updated successfully, but these errors were encountered:
@BertalanD That was your patch (part of #14055). Oversight?
Sorry, something went wrong.
#if defined(__aarch64__) && ! defined(__APPLE__) does not work on my macos but #if defined(__aarch64__) && defined(__linux__) works
#if defined(__aarch64__) && ! defined(__APPLE__)
#if defined(__aarch64__) && defined(__linux__)
No branches or pull requests
It appears the patch from #13390 was dropped in d0edf26.
The text was updated successfully, but these errors were encountered: