diff options
author | midipix <writeonce@midipix.org> | 2015-12-03 22:56:43 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-12-03 22:56:43 -0500 |
commit | c4a54bb9c361eb0442a8c5e0bc20c57ebd74aa89 (patch) | |
tree | 6de09355188c38550e15f360978991e0a22aaff4 /configure | |
parent | 8d38abc054d048f89dadd92c993d2febafeece8e (diff) | |
download | dalist-c4a54bb9c361eb0442a8c5e0bc20c57ebd74aa89.tar.bz2 dalist-c4a54bb9c361eb0442a8c5e0bc20c57ebd74aa89.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 |