NightStrike wrote: > host_modules= { module= gmp; lib_path=.libs; bootstrap=true; > extra_configure_flags='--disable-shared'; > no_install= true; > host="none-${host_vendor}-${host_os}"; > target="none-${host_vendor}-${host_os}"; }; > host_modules= { module= mpfr; lib_path=.libs; bootstrap=true; > extra_configure_flags='--disable-shared > --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'; > no_install= true; > host="none-${host_vendor}-${host_os}"; > target="none-${host_vendor}-${host_os}"; }; Okay, you're right it is adding target, but I can't see any reason for it to do that (nor should it have any effect.) Brian