Merge "Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM."
This commit is contained in:
commit
754b27d3dd
2 changed files with 3 additions and 0 deletions
|
@ -1710,6 +1710,8 @@ cc_library {
|
|||
strip: {
|
||||
keep_symbols_and_debug_frame: true,
|
||||
},
|
||||
|
||||
whole_static_libs: [ "libgcc_stripped" ],
|
||||
},
|
||||
arm64: {
|
||||
version_script: ":libc.arm64.map",
|
||||
|
|
|
@ -286,6 +286,7 @@ cc_library {
|
|||
pack_relocations: false,
|
||||
ldflags: ["-Wl,--hash-style=both"],
|
||||
version_script: ":libm.arm.map",
|
||||
whole_static_libs: [ "libgcc_stripped" ],
|
||||
},
|
||||
|
||||
arm64: {
|
||||
|
|
Loading…
Reference in a new issue