forked from Imagelibrary/rtems
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user