#! /bin/sh #target_m68k=1 enable_debug=1 #stackcheck=60000 cfg_port="ttyS0" exec 2>&1 set -ex rm -f config.cache autoheader autoconf # rm -f config.cache if [ -n "$target_m68k" ];then test -n "$CC" || export CC="m68k-pic-coff-gcc" test -n "$AR" || export AR="m68k-pic-coff-ar" test -n "$AS" || export AS="m68k-pic-coff-as" test -n "$CFLAGS" || export CFLAGS="-O2 -Wall -fPIC" test -n "$CPPFLAGS" || export CPPFLAGS="-DUCCOMPAT=1 $CPPFLAGS" test -n "$LDFLAGS" || export LDFLAGS="gnokii/cleanup.c" if [ -n "$stackcheck" ];then export CPPFLAGS="-DSTACKCHECK=$stackcheck $CPPFLAGS" export CFLAGS="$CFLAGS -fno-omit-frame-pointer" fi fi export CPPFLAGS="-DUCLINUX=1 $CPPFLAGS" ./configure --with-cfg-model=5110 --with-cfg-port=/dev/"$cfg_port" --without-x \ `if [ -n "$enable_debug" ];then echo "--enable-debug --enable-xdebug";fi` make clean make