diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 12:52:32 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 12:52:32 +0200 |
commit | 470b6ae691ac13174cbcc514d5eb77660e3f4ecc (patch) | |
tree | cea998df92b7b85905c2f83726246ebb120ef28e | |
parent | d128ec91843afd7a2ea5ce17d8ee7d5115558813 (diff) |
config/android: Use the gold linker for ARM64
It's now available in latest sdk
-rw-r--r-- | config/android.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/android.config b/config/android.config index 2e966e20..82227db4 100644 --- a/config/android.config +++ b/config/android.config @@ -126,8 +126,6 @@ if target_arch in [Architecture.ARM, Architecture.ARMv7, Architecture.ARM64]: defines += ' -D__ARM_ARCH_7A__ ' cflags += ' -mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16' ldflags += "-march=armv7-a -Wl,--fix-cortex-a8 " - elif target_arch == Architecture.ARM64: - ldvariant = 'bfd' elif target_arch == Architecture.X86: cflags += ' -march=i686 -fomit-frame-pointer -fstrict-aliasing -funswitch-loops -finline-limit=300' |