diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-07-30 12:24:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-07-30 12:25:14 +0300 |
commit | 83837d6514217c82ebe8d56dddf89fa34f4b5435 (patch) | |
tree | d8f9bf6d7c3cde4dc3afe479c990c4a21e41a500 /configure.in | |
parent | 442b57834aa4e01b832cad42b2b466e8cb2a94a8 (diff) |
The 'r' in unxandr stands for ARM
Change-Id: I5b6e713c130dc52f00d0d1e941ae856e8a3b7e7e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 546b88a07159..c984cdd37456 100644 --- a/configure.in +++ b/configure.in @@ -3340,7 +3340,7 @@ linux-androideabi*) CPU=I CPUNAME=INTEL RTL_ARCH=x86 - OUTPATH=unxandri + OUTPATH=unxandi ;; *) AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os]) |