|
|
|
@ -15,6 +15,12 @@
|
|
|
|
|
|
|
|
|
|
hook_add preconf 5 "mkdir -p objdir; cd objdir; configscript=../configure" |
|
|
|
|
|
|
|
|
|
if [ "$SDECFG_MULTILIB" != 1 ]; then |
|
|
|
|
var_append extraconfopt ' ' "--disable-multilib" |
|
|
|
|
else |
|
|
|
|
var_append extraconfopt ' ' "--enable-multilib" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if atstage toolchain; then |
|
|
|
|
bindir="/$prefix/crosscc"; mkdir -p $root/$prefix/crosscc |
|
|
|
|
var_append confopt " " "--with-sysroot=$sysroot" |
|
|
|
|