| but also incorrect code with some gcc versions on |
but also incorrect code with some gcc versions on |
| some processors (default disabled).], |
some processors (default disabled).], |
| AC_DEFINE(FORCE_REG)) |
AC_DEFINE(FORCE_REG)) |
| dnl this is not quite according to the autoconf manual, it causes a replacement |
|
| AC_ARG_ENABLE(direct-threaded, |
|
| [ --enable-direct-threaded Force direct threading. This may not work on |
|
| some machines and may cause slowdown on others. |
|
| (default processor-dependent)], |
|
| AC_DEFINE(DIRECT_THREADED)) |
|
| AC_ARG_ENABLE(indirect-threaded, |
|
| [ --enable-indirect-threaded Force indirect threading. This can cause a |
|
| slowdown on some machines. |
|
| (default processor-dependent)], |
|
| AC_DEFINE(INDIRECT_THREADED)) |
|
| |
|
| AC_ARG_WITH(debug, |
AC_ARG_WITH(debug, |
| [ --with-debug specifies option -g to compile with debug info (default) |
[ --with-debug specifies option -g to compile with debug info (default) |
| but slower images.], |
but slower images.], |
| PEEPHOLE="$withval") |
PEEPHOLE="$withval") |
| |
|
| |
#currently we force direct threading this way. Eventually we should |
| |
#setup in the arch and engine files right |
| |
AC_DEFINE(DIRECT_THREADED) |
| |
|
| CFLAGS=$CFLAGS |
CFLAGS=$CFLAGS |
| |
|
| AC_PROG_CC |
AC_PROG_CC |