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 b2a8d2c commit 4089c28Copy full SHA for 4089c28
llvm/utils/gn/build/toolchain/target_flags.gni
@@ -15,9 +15,6 @@ if (current_os == "android") {
15
"--sysroot=$android_ndk_path/toolchains/llvm/prebuilt/linux-x86_64/sysroot",
16
"--gcc-toolchain=$android_ndk_path/toolchains/llvm/prebuilt/linux-x86_64",
17
]
18
- if (current_cpu != "arm") {
19
- target_flags += [ "-rtlib=libgcc" ]
20
- }
21
target_ldflags += [ "-static-libstdc++" ]
22
if (current_cpu == "arm") {
23
target_flags += [ "-march=armv7-a" ]
0 commit comments