diff options
author | midipix <writeonce@midipix.org> | 2019-02-15 21:36:18 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-17 22:12:51 -0500 |
commit | 2f9631c8c5e0b2bbd812752e19fdb13f3bd9fa4b (patch) | |
tree | 5da02d312c1883b57a51d77cbfefd60a3fb88f88 | |
parent | 150610713dc96ffe7e5767b7d44b711ffc9e7955 (diff) | |
download | sbpython2-2f9631c8c5e0b2bbd812752e19fdb13f3bd9fa4b.tar.bz2 sbpython2-2f9631c8c5e0b2bbd812752e19fdb13f3bd9fa4b.tar.xz |
build system: configure: host/target may only be set via explicit arguments.
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -144,10 +144,8 @@ init_vars() # build mb_build=$BUILD - mb_host=$HOST mb_cchost=$CCHOST mb_cfghost=$CFGHOST - mb_target=$TARGET mb_arch=$ARCH mb_compiler=$COMPILER mb_toolchain=$TOOLCHAIN |