--- gforth/Attic/configure 1994/12/15 12:35:09 1.8 +++ gforth/Attic/configure 1995/01/19 17:47:57 1.11 @@ -490,6 +490,8 @@ case "$host_cpu" in hppa*) mach_h=hppa LIBOBJS="cache.o" + LDFLAGS="-Xlinker -N" + LIBS="-L/lib/pa1.1/ $LIBS" ;; sparc*) mach_h=sparc @@ -504,6 +506,7 @@ case "$host_cpu" in ;; mips*) mach_h=mips + LDFLAGS="-Xlinker -N" #!! link text and data segment into the same 256M region! #!! does cacheflush work on OSs other than Ultrix? ;; @@ -520,10 +523,18 @@ esac MAKE_EXE="" +LINK_KERNL16L="" + +LINK_KERNL16B="" + LINK_KERNL32L="" LINK_KERNL32B="" +LINK_KERNL64L="" + +LINK_KERNL64B="" + #if test $host_os=dos #then # echo Configuring for DOS!!! @@ -540,7 +551,7 @@ else ac_cv_cross=yes else cat > conftest.$ac_ext <&2; exit 1; } else cat > conftest.$ac_ext <&4 @@ -679,7 +693,7 @@ else ac_save_LIBS="$LIBS" LIBS="$LIBS -lm " cat > conftest.$ac_ext < conftest.$ac_ext <&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ /* Override any gcc2 internal prototype to avoid an error. */ @@ -793,7 +807,7 @@ if eval "test \"`echo '${'ac_cv_func_get echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ /* Override any gcc2 internal prototype to avoid an error. */ @@ -832,14 +846,14 @@ getopt_long="getopt.o getopt1.o" fi -for ac_func in rint expm1 log1p +for ac_func in rint expm1 log1p pow10 do echo $ac_n "checking for $ac_func""... $ac_c" 1>&4 if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ /* Override any gcc2 internal prototype to avoid an error. */ @@ -888,7 +902,7 @@ if eval "test \"`echo '${'ac_cv_func_$ac echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext < /* Arbitrary system header to define __stub macros. */ /* Override any gcc2 internal prototype to avoid an error. */ @@ -1044,8 +1058,13 @@ s%@host_cpu@%$host_cpu%g s%@host_vendor@%$host_vendor%g s%@host_os@%$host_os%g s%@MAKE_EXE@%$MAKE_EXE%g +s%@LINK_KERNL16L@%$LINK_KERNL16L%g +s%@LINK_KERNL16B@%$LINK_KERNL16B%g s%@LINK_KERNL32L@%$LINK_KERNL32L%g s%@LINK_KERNL32B@%$LINK_KERNL32B%g +s%@LINK_KERNL64L@%$LINK_KERNL64L%g +s%@LINK_KERNL64B@%$LINK_KERNL64B%g +s%@KERNAL@%$KERNAL%g s%@LN_S@%$LN_S%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g s%@INSTALL_DATA@%$INSTALL_DATA%g