Lines Matching refs:libgcc
1043 # make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
1044 # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
1045 # external; if that were the case, then libc would not pull those symbols from libgcc.a as it
1047 # create a "cloaked" dependency on libgcc.a in libc though the libraries, which is not what
1057 LOCAL_LDFLAGS_arm64 := -Wl,--exclude-libs,libgcc.a
1058 LOCAL_LDFLAGS_mips64 := -Wl,--exclude-libs,libgcc.a
1059 LOCAL_LDFLAGS_x86_64 := -Wl,--exclude-libs,libgcc.a