diff --git a/configure b/configure index d33092a..cb841ba 100755 --- a/configure +++ b/configure @@ -463,7 +463,9 @@ echo "/* Automatically generated by configure - do not modify */" > $TMPH print_inc CONFIG_SYSROOT "$sysroot" print_inc CONFIG_TCCDIR "$tccdir" +if test "$build_cross" = "no"; then print_inc CONFIG_LDDIR "$tcc_lddir" +fi print_mak CONFIG_TCC_SYSINCLUDEPATHS "$tcc_sysincludepaths" print_mak CONFIG_TCC_LIBPATHS "$tcc_libpaths" print_mak CONFIG_TCC_CRTPREFIX "$tcc_crtprefix"