aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBernd Kuhls <berndkuhls@hotmail.com>2014-04-08 20:22:05 +0200
committerBernd Kuhls <berndkuhls@hotmail.com>2014-04-08 20:22:05 +0200
commite37a85cb62530ad4c43d173c3fd64838880e7aca (patch)
tree3c57d9bfebec4e6127e3a578e5ab107ae0eb5733 /tools
parent29e45f59405f2ebd4f3f5d8014ddd1cbcf947879 (diff)
[uClibc] Fix compilation on arm
Tested with: Target: arm-buildroot-linux-uclibcgnueabi gcc version 4.7.3 (Buildroot 2014.05-git-00735-gc1618c8)
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/configure.in b/tools/depends/configure.in
index 6793c77d34..642c708f59 100644
--- a/tools/depends/configure.in
+++ b/tools/depends/configure.in
@@ -119,7 +119,7 @@ case $host in
#android builds are always cross
cross_compiling="yes"
;;
- arm*-*-linux-gnu*)
+ arm*-*-linux-gnu*|arm*-*-linux-uclibc*)
if test "x$use_cpu" = "xauto"; then
use_cpu=$host_cpu
fi