summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-08-09 08:27:42 +0000
committerJay Freeman <saurik@saurik.com>2009-08-09 08:27:42 +0000
commit67e08998fd3ba45d710a424e040f5b52df3c00ff (patch)
treeb2494959fba488c42f4338c207e92d6a9bc3e363 /make.sh
parent08765dd8f7505e826442175cae221a3404955421 (diff)
Added config.guess logic from jlanger.
git-svn-id: http://svn.telesphoreo.org/trunk@649 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index a6cce46e9..18ee487cc 100755
--- a/make.sh
+++ b/make.sh
@@ -124,7 +124,7 @@ function pkg:configure() {
ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no \
cfg=("${PKG_CONF}" \
ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no \
- --build=x86_64-unknown-linux-gnu \
+ --build="$(${PKG_BASE}/util/config.guess)" \
--host="${PKG_TARG}" \
--enable-static=no \
--enable-shared=yes \