From db3064b21460c89e838595ce05670f2834362386 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 6 Mar 2020 18:27:34 -0800 Subject: Remove mips workarounds. Test: treehugger Change-Id: I51b52b6b5ee28ab213a392cc431ae99f9312925d --- Android.bp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index d8f5cff26..8d12b3d93 100644 --- a/Android.bp +++ b/Android.bp @@ -43,12 +43,6 @@ cc_library_static { ], arch: { - mips: { - srcs: ["lib/builtins/clear_cache.c"], - }, - mips64: { - srcs: ["lib/builtins/clear_cache.c"], - }, // Clang generates call to __unorddf2 builtin when compiling s_fmal.c // in bionic. Generate this builtin from compiler-rt for arm64 and // x86_64 (where the corresponding libgcc does not have this builtin. @@ -310,11 +304,6 @@ cc_library { "lib/builtins/umodsi3.c", ], }, - mips64: { - cflags: [ - "-DCRT_HAS_128BIT", - ], - }, x86: { srcs: [ "lib/builtins/i386/ashldi3.S", @@ -382,14 +371,6 @@ cc_library { static_libs: ["libunwindbacktrace", "libunwind_static"], ldflags: ["-Wl,--exclude-libs,libunwindbacktrace.a:libunwind.a"], }, - android_mips: { - static_libs: ["libunwindbacktrace", "libunwind_static"], - ldflags: ["-Wl,--exclude-libs,libunwindbacktrace.a:libunwind.a"], - }, - android_mips64: { - static_libs: ["libunwindbacktrace", "libunwind_static"], - ldflags: ["-Wl,--exclude-libs,libunwindbacktrace.a:libunwind.a"], - }, android_x86: { static_libs: ["libunwindbacktrace", "libunwind_static"], ldflags: ["-Wl,--exclude-libs,libunwindbacktrace.a:libunwind.a"], -- cgit v1.2.3