diff options
author | midipix <writeonce@midipix.org> | 2019-02-15 21:36:18 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-17 22:12:48 -0500 |
commit | defa27094f0cd8f132c96e39491e8c778f542c99 (patch) | |
tree | a1ab36e1a17ca71ec6fb79d7ed26e4aabc16602a | |
parent | 7861a3c0fcc6a41bca4d2c383491a00b74e1afd9 (diff) | |
download | ntux-defa27094f0cd8f132c96e39491e8c778f542c99.tar.bz2 ntux-defa27094f0cd8f132c96e39491e8c778f542c99.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 |