2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
This commit is contained in:
Joel Sherrill
2002-04-03 14:19:09 +00:00
parent ff0fab6643
commit a2ddad1a6b
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: * configure.ac:

View File

@@ -34,6 +34,11 @@ if test "$RTEMS_CPU" = "unix"; then
AC_MSG_ERROR(Can't build libchip for $RTEMS_CPU) AC_MSG_ERROR(Can't build libchip for $RTEMS_CPU)
fi fi
AS_IF([test "$host_cpu" = "sparc"],[
AC_DEFINE_UNQUOTED([CPU_U32_FIX],[1],
[whether to enable ipalignment work-around])
])
AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes")
# Explicitly list all Makefiles here # Explicitly list all Makefiles here