c4a54b build system: use HOST as a fallback default for TARGET.

Authored and Committed by midipix 9 years ago
1 file changed. 1 lines added. 0 lines removed.
    build system: use HOST as a fallback default for TARGET.
    
        
file modified
+1 -0
configure CHANGED
@@ -147,6 +147,7 @@ common_defaults()
147
147
148
148
# host/target
149
149
[ -z "$mb_host" ] && mb_host=$mb_target
150
+ [ -z "$mb_target" ] && mb_target=$mb_host
150
151
151
152
# sysroot
152
153
if [ x"$mb_sysroot" != x ]; then