| AC_DEFINE_UNQUOTED(DOUBLE_CELL_TYPE,$ac_cv_int_type_double_cell) |
AC_DEFINE_UNQUOTED(DOUBLE_CELL_TYPE,$ac_cv_int_type_double_cell) |
| fi |
fi |
| |
|
| |
AC_MSG_CHECKING([whether the linker accepts -export-dynamic]) |
| |
OLDLDFLAGS=$LDFLAGS |
| |
LDFLAGS="$LDFLAGS -export-dynamic" |
| |
AC_TRY_LINK(,,ac_export_dynamic=yes,ac_export_dynamic=no) |
| |
test $ac_export_dynamic = yes|| LDFLAGS=$OLDLDFLAGS |
| |
AC_MSG_RESULT($ac_export_dynamic) |
| |
|
| #terminology is a bit unusual here: The host is the system on which |
#terminology is a bit unusual here: The host is the system on which |
| #gforth will run; the system on which configure will run is the `build' |
#gforth will run; the system on which configure will run is the `build' |
| AC_CANONICAL_HOST |
AC_CANONICAL_HOST |
| machine=hppa |
machine=hppa |
| $srcdir/mkinstalldirs arch/hppa |
$srcdir/mkinstalldirs arch/hppa |
| LIBOBJS="$LIBOBJS ../arch/hppa/cache.o" |
LIBOBJS="$LIBOBJS ../arch/hppa/cache.o" |
| LDFLAGS="-Xlinker -N" |
LDFLAGS="$LDFLAGS -Xlinker -N" |
| LIBS="$LIBS -L/lib/pa1.1/" |
LIBS="$LIBS -L/lib/pa1.1/" |
| if test "${enable_direct_threaded+set}" = "" |
if test "${enable_direct_threaded+set}" = "" |
| then |
then |
| kernel_fi=kernl${wordsize}${bytesex}.fi |
kernel_fi=kernl${wordsize}${bytesex}.fi |
| AC_SUBST(kernel_fi) |
AC_SUBST(kernel_fi) |
| |
|
| |
dnl replace srource directory by absolute value |
| |
if test $srcdir = "."; then srcdir=`pwd` |
| |
fi |
| |
|
| AC_SUBST(machine) |
AC_SUBST(machine) |
| dnl AC_LINK_FILES(arch/$machine,arch/machine) #no longer needed |
dnl AC_LINK_FILES(arch/$machine,arch/machine) #no longer needed |
| AC_OUTPUT([ |
AC_OUTPUT([ |