commit | d15283b6f07ac022cee18e0d3198b23f132e609d | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Mon Dec 10 16:57:18 2012 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Mon Dec 10 16:57:18 2012 +0100 |
tree | a49bef62c06bf02097d7d746e86c99609c4be6dc | |
parent | fe58c61822de38298499bedb69fe94982b3fa579 [diff] [blame] |
linux-uclibc* targets should be handled by linux-gnu backend as well
diff --git a/configure.ac b/configure.ac index f9ff113..47bd87e 100644 --- a/configure.ac +++ b/configure.ac
@@ -32,7 +32,8 @@ AC_CANONICAL_HOST case "${host_os}" in - linux-gnu*) HOST_OS="linux-gnu" ;; + linux-gnu*) HOST_OS="linux-gnu" ;; + linux-uclibc*) HOST_OS="linux-gnu" ;; *) AC_MSG_ERROR([unkown host-os ${host_os}]) ;; esac AC_SUBST(HOST_OS)