diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-02-09 16:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-02-09 16:00:00 +0100 |
commit | 803d1f75a28e45dc8a5b44f618ec8fd53ddac8d1 (patch) | |
tree | b35afbc9656b5b050a37239a689b26ff30b68c55 /tools/depends | |
parent | d4dccbfd2957ed7ff68d57626b17b836f421686e (diff) |
[depends][configure] unify (arm|aarch) linux
Diffstat (limited to 'tools/depends')
-rw-r--r-- | tools/depends/configure.ac | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index cf6a27ff8b..8cb19b88e4 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -238,20 +238,7 @@ case $host in #android builds are always cross cross_compiling="yes" ;; - arm*-*-linux-gnu*|arm*-*-linux-uclibc*) - if test "$use_platform" = "auto"; then - if test "x$use_cpu" = "xauto"; then - use_cpu=$host_cpu - fi - use_toolchain="${use_toolchain:-/usr}" - platform_cflags="-fPIC -DPIC" - optimize_flags="-Os" - platform_ldflags="-Wl,-rpath-link=$prefix/$deps_dir/lib" - platform_cxxflags="$platform_cflags" - platform_os="linux" - fi - ;; - aarch64*-*-linux-gnu*|aarch*-*-linux-be*) + arm*-*-linux-gnu*|arm*-*-linux-uclibc*|aarch64*-*-linux-gnu*|aarch*-*-linux-be*) if test "$use_platform" = "auto"; then if test "x$use_cpu" = "xauto"; then use_cpu=$host_cpu |