X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=do;fp=do;h=19234074c0568c69f3293046af2280f61d5dc897;hp=ec3e05104c2b4e5273764e551d5fefd8b57624f2;hb=81b1712d54efa46b3148a5beb42d32d7632ef30c;hpb=28c1f486126d510c51033eea2385d61a11ebe789 diff --git a/do b/do index ec3e051..1923407 100755 --- a/do +++ b/do @@ -2,6 +2,7 @@ #target_m68k=1 enable_debug=1 +#stack_check=1 cfg_port="ttyS0" exec 2>&1 @@ -15,7 +16,14 @@ if [ -n "$target_m68k" ];then test -n "$AR" || export AR="m68k-pic-coff-ar" test -n "$CFLAGS" || export CFLAGS="-O2 -Wall -fPIC" test -n "$CPPFLAGS" || export CPPFLAGS="-DUCCOMPAT=1 $CPPFLAGS" + if [ -n "$stack_check" -a -n "$enable_debug" ];then + export CPPFLAGS="-DSTACKCHECK=1 $CPPFLAGS" + fi test -n "$LDFLAGS" || export LDFLAGS="gnokii/cleanup.c" +# if [ -n "$enable_debug" ];then +# export CFLAGS="-pg $CFLAGS" +# export LDFLAGS="gnokii/mcount.c $LDFLAGS" +# fi fi export CPPFLAGS="-DUCLINUX=1 $CPPFLAGS" ./configure --with-cfg-model=5110 --with-cfg-port=/dev/"$cfg_port" --without-x \