--- gforth/configure.in 1996/10/06 22:24:16 1.25 +++ gforth/configure.in 1996/10/13 19:56:20 1.26 @@ -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!