diff options
author | Trent Nelson <trent.a.b.nelson@gmail.com> | 2014-04-15 11:57:52 -0600 |
---|---|---|
committer | Trent Nelson <trent.a.b.nelson@gmail.com> | 2014-04-15 12:16:35 -0600 |
commit | c36dbf1f3ca1dd735f6852566349e7a3286d3047 (patch) | |
tree | 0df4d6afdb0aa2a769ca19ad3bfb067c47f7dbc4 /tools | |
parent | e19c740933fd7677fe6c2129f45ab175d35210ce (diff) |
Merge pull request #4537 from bkuhls/uclibc
[uClibc] Fix compilation on arm
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/configure.in | 2 |
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 |