--- gforth/configure.in 1996/10/03 16:05:34 1.24 +++ gforth/configure.in 1996/10/28 17:24:33 1.27 @@ -42,9 +42,9 @@ AC_DEFINE(INDIRECT_THREADED)) AC_ARG_WITH(debug, [ --with-debug specifies option -g to compile with debug info (default) - --without-debug omits the -g switch and creates smaller images on - machines where "strip" has problems with gcc style - debugging informations.], + --without-debug omits the -g switch and creates smaller images on + machines where "strip" has problems with gcc style + debugging informations.], if test "$withval" = "yes"; then DEBUGFLAG=-g; fi) CFLAGS=$CFLAGS @@ -153,6 +153,10 @@ case "$host_cpu" in #!! direct/indirect threading switch #!! -m486 flag ;; + m68k) + mach_h=m68k + CFLAGS="$CFLAGS -fomit-frame-pointer -traditional-cpp" + ;; mips*) mach_h=mips #link text and data segment into the same 256M region! @@ -180,6 +184,8 @@ PATHSEP=":" AC_SUBST(PATHSEP) AC_DEFINE_UNQUOTED(PATHSEP,'$PATHSEP') +AC_SUBST(FORTHSIZES) + dnl copy commands for systems that don't have links AC_SUBST(LINK_KERNL16L) LINK_KERNL16L="" @@ -222,7 +228,7 @@ dnl This check is just for making later dnl using sin here is no good idea since it is built-into gcc and typechecked AC_CHECK_LIB(m,asin) AC_FUNC_MEMCMP -AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal) +AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal atanh) AC_CHECK_FUNCS(sys_siglist) AC_DECL_SYS_SIGLIST AC_CHECK_FUNC(getopt_long,getopt_long="",getopt_long="getopt.o getopt1.o")