diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-12 05:35:08 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-12 05:35:08 (GMT) |
commit | ac470ea0da30f270b3df80988f36f0e4bc4aa192 (patch) | |
tree | c34d39a6e9dc654fde9e726df2e1356f2a2fae0b /src/mxe-conf.mk | |
parent | 272504678b998ebaab7ab99e091bc691ff41b45c (diff) | |
download | mxe-ac470ea0da30f270b3df80988f36f0e4bc4aa192.zip mxe-ac470ea0da30f270b3df80988f36f0e4bc4aa192.tar.gz mxe-ac470ea0da30f270b3df80988f36f0e4bc4aa192.tar.bz2 |
mxe-conf: add note about ac_cv_build
Diffstat (limited to 'src/mxe-conf.mk')
-rw-r--r-- | src/mxe-conf.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mxe-conf.mk b/src/mxe-conf.mk index 3450408..f1af447 100644 --- a/src/mxe-conf.mk +++ b/src/mxe-conf.mk @@ -8,6 +8,7 @@ $(PKG)_UPDATE := echo 1 define $(PKG)_BUILD_COMMON # install target-specific autotools config file $(INSTALL) -d '$(PREFIX)/$(TARGET)/share' + # setting ac_cv_build bypasses the config.guess check in every package echo "ac_cv_build=$(BUILD)" > '$(PREFIX)/$(TARGET)/share/config.site' # install config.guess for general use |