diff options
author | midipix <writeonce@midipix.org> | 2019-02-15 21:36:18 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-17 22:12:43 -0500 |
commit | c90225db1b7868baf715af20c140dbefa9927e6d (patch) | |
tree | 385ab7559b0588bb7594059fc7614ed06308280d | |
parent | c7a26cb8aaea097422efdb687528d833ef80fefe (diff) | |
download | bcparser-c90225db1b7868baf715af20c140dbefa9927e6d.tar.bz2 bcparser-c90225db1b7868baf715af20c140dbefa9927e6d.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 |