summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Desneux (sdx) <stephane.desneux@open.eurogiciel.org>2014-12-03 05:47:50 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2014-12-03 05:47:50 -0800
commit34297356fec103c001cacc7c40efef374fff211a (patch)
tree3a5b6186207ef24df4df0ac3e6971e160eb4ad32
parent0f8e139c29fcad0404c85eb6709f5e50db0846fc (diff)
parent13c951ec8b3b6d16a170ab7a091d30339876f61e (diff)
downloadrpm-submit/tizen_mobile/20141231.012840.tar.gz
rpm-submit/tizen_mobile/20141231.012840.tar.bz2
rpm-submit/tizen_mobile/20141231.012840.zip
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e97f727f0..af593fed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -832,6 +832,9 @@ fi
if echo "$host_os" | grep '.*-gnu' > /dev/null ; then
host_os=`echo "${host_os}" | sed 's/-gnu$//'`
fi
+if echo "$host_os" | grep '.*-uclibc' > /dev/null ; then
+ host_os=`echo "${host_os}" | sed 's/-uclibc$//'`
+fi
changequote(<, >)
host_os_exact="${host_os}"