We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7249c5d commit 655fbeaCopy full SHA for 655fbea
libexec/platform
@@ -98,10 +98,10 @@ if [ "${host_platform}" != "${target_platform}" ]; then
98
configure_flags='--dest-cpu=arm --cross-compiling --dest-os=linux --with-arm-float-abi=hard --with-arm-fpu=neon'
99
;;
100
x86_64-*linux*)
101
- CC='x86_64-linux-gnu-gcc'
102
- CXX='x86_64-linux-gnu-g++'
103
- CC_host='gcc'
104
- CXX_host='g++'
+ CC='clang -arch x86_64'
+ CXX='clang++ -arch x86_64'
+ CC_host='clang'
+ CXX_host='clang++'
105
STRIP='x86_64-linux-gnu-strip'
106
configure_flags='--dest-cpu=x86_64 --cross-compiling --dest-os=linux'
107
0 commit comments