diff options
author | midipix <writeonce@midipix.org> | 2015-12-01 23:44:34 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:29 -0500 |
commit | efecbd363fb6c0434b74c23716b62680d079c4f4 (patch) | |
tree | b3753855a85e43d30ae3ce3ebf0ab3b221d93116 | |
parent | 3803b0433de82cdc2efd3b5eead02fd1f33b4ac0 (diff) | |
download | perk-efecbd363fb6c0434b74c23716b62680d079c4f4.tar.bz2 perk-efecbd363fb6c0434b74c23716b62680d079c4f4.tar.xz |
build system: use HOST as a fallback default for TARGET.
-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 |