| echo "to use Forth;-)" |
echo "to use Forth;-)" |
| fi |
fi |
| AC_CHECK_INT_TYPE(2*sizeof(char *),double cell,long long) |
AC_CHECK_INT_TYPE(2*sizeof(char *),double cell,long long) |
| if test $ac_cv_int_type_double_cell = none; then |
if test "$ac_cv_int_type_double_cell" = none; then |
| echo "Emulating double-cell arithmetic. This may be slow." |
echo "Emulating double-cell arithmetic. This may be slow." |
| echo "If you find this unacceptable, ask the GCC maintainers to provide proper" |
echo "If you find this unacceptable, ask the GCC maintainers to provide proper" |
| echo 'long longs for your machine (the GCC manual states that they \"are twice as' |
echo 'long longs for your machine (the GCC manual states that they "are twice as' |
| echo "long as \`long int\'\")." |
echo "long as \`long int'\")." |
| LIBOBJS="$LIBOBJS dblsub.o" |
LIBOBJS="$LIBOBJS dblsub.o" |
| AC_DEFINE(BUGGY_LONG_LONG) |
AC_DEFINE(BUGGY_LONG_LONG) |
| fi |
fi |
| case "$host_cpu" in |
case "$host_cpu" in |
| hppa*) |
hppa*) |
| mach_h=hppa |
mach_h=hppa |
| LIBOBJS="cache.o" |
LIBOBJS="$LIBOBJS cache.o" |
| LDFLAGS="-Xlinker -N" |
LDFLAGS="-Xlinker -N" |
| LIBS="-L/lib/pa1.1/" |
LIBS="-L/lib/pa1.1/" |
| ;; |
;; |