diff options
author | midipix <writeonce@midipix.org> | 2015-12-03 22:59:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-12-03 22:59:40 -0500 |
commit | f6d9940ce38e43902632cfa88a484886524b048f (patch) | |
tree | a3f33db832533b82594ec7ac1e80a2807fde09d5 /configure | |
parent | 52d60ddf8ef31cdfa2c014e24733cd9bf8333564 (diff) | |
download | ntcon-f6d9940ce38e43902632cfa88a484886524b048f.tar.bz2 ntcon-f6d9940ce38e43902632cfa88a484886524b048f.tar.xz |
build system: use HOST as a fallback default for TARGET.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ common_defaults() # host/target [ -z "$mb_host" ] && mb_host=$mb_target + [ -z "$mb_target" ] && mb_target=$mb_host # sysroot if [ x"$mb_sysroot" != x ]; then |