Merger from rtems-4-6-branch

This commit is contained in:
Ralf Corsepius
2003-03-10 16:46:32 +00:00
parent 5372f167a9
commit 89b51f4795
7 changed files with 17 additions and 12 deletions

View File

@@ -8,8 +8,8 @@ dnl
AC_DEFUN(RTEMS_TOP,
[dnl
AC_REQUIRE([RTEMS_VERSIONING])
AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make)
AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
AC_PREFIX_DEFAULT([/opt/rtems])
@@ -35,13 +35,7 @@ PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
fi
AC_SUBST(PROJECT_TOPdir)
if test "$with_target_subdir" = "." ; then
# Native
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
else
# Cross
PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
fi
AC_SUBST(PROJECT_ROOT)
AC_MSG_CHECKING([for RTEMS Version])

View File

@@ -1,3 +1,14 @@
2003-03-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
* custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
* custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
* custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
2003-02-14 Joel Sherrill <joel@OARcorp.com>
AMD a29k obsolete.

View File

@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=arm_bare_bsp
# and (hopefully) optimize for it.
#
#CPU_CFLAGS = -mcpu=arm7tdmi
CPU_CFLAGS =
CPU_CFLAGS = -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS

View File

@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=armulator
# and (hopefully) optimize for it.
#
#CPU_CFLAGS = -mcpu=arm7tdmi
CPU_CFLAGS =
CPU_CFLAGS = -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS

View File

@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=edb7312
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS

View File

@@ -1,7 +1,7 @@
#
# Config file for a Radstone Technology Plc. PowerPC 60x based VME board
#
# $Id: ppcn_60x.cfg
# $Id$
#
include $(RTEMS_ROOT)/make/custom/default.cfg

View File

@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=vegaplus
# and (hopefully) optimize for it.
#
#CPU_CFLAGS = -mcpu=arm7tdmi
CPU_CFLAGS =
CPU_CFLAGS = -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS