Fix debugging on OpenBSD
This commit is contained in:
@@ -115,7 +115,7 @@ if test x$debug = xyes; then
|
|||||||
dnl enabled.
|
dnl enabled.
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -DDEBUG -O0 -fno-omit-frame-pointer -ggdb3"
|
CFLAGS="$CFLAGS -DDEBUG -O0 -fno-omit-frame-pointer -ggdb3"
|
||||||
NFLAGS="$NFLAGS -DDEBUG -g -s -O0" dnl it works now
|
NFLAGS="$NFLAGS -DDEBUG -s -O0" dnl it works now
|
||||||
ZSNESEXE="zsnesd"
|
ZSNESEXE="zsnesd"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
@@ -184,7 +184,11 @@ fi
|
|||||||
echo
|
echo
|
||||||
echo The binary will be installed in $prefix/bin
|
echo The binary will be installed in $prefix/bin
|
||||||
echo
|
echo
|
||||||
|
if test "$target" = "*-*-*bsd*"; then
|
||||||
|
echo Configure complete, now type \'gmake\' and pray.
|
||||||
|
else
|
||||||
echo Configure complete, now type \'make\' and pray.
|
echo Configure complete, now type \'make\' and pray.
|
||||||
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user