Changeset 89b51f4 in rtems
- Timestamp:
- Mar 10, 2003, 4:46:32 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6c63598
- Parents:
- 5372f16
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/rtems-top.m4
r5372f16 r89b51f4 9 9 [dnl 10 10 AC_REQUIRE([RTEMS_VERSIONING]) 11 AC_CONFIG_AUX_DIR([$1]) 11 12 AC_CHECK_PROGS(MAKE, gmake make) 12 AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl13 13 AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl 14 14 … … 36 36 AC_SUBST(PROJECT_TOPdir) 37 37 38 if test "$with_target_subdir" = "." ; then39 # Native40 38 PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)" 41 else42 # Cross43 PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"44 fi45 39 AC_SUBST(PROJECT_ROOT) 46 40 -
make/ChangeLog
r5372f16 r89b51f4 1 2003-03-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id. 4 5 2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 7 * custom/armulator.cfg: CPU_CFLAGS = -msoft-float. 8 * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float. 9 * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float. 10 * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float. 11 1 12 2003-02-14 Joel Sherrill <joel@OARcorp.com> 2 13 -
make/custom/arm_bare_bsp.cfg
r5372f16 r89b51f4 17 17 # 18 18 #CPU_CFLAGS = -mcpu=arm7tdmi 19 CPU_CFLAGS = 19 CPU_CFLAGS = -msoft-float 20 20 21 21 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/armulator.cfg
r5372f16 r89b51f4 17 17 # 18 18 #CPU_CFLAGS = -mcpu=arm7tdmi 19 CPU_CFLAGS = 19 CPU_CFLAGS = -msoft-float 20 20 21 21 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/edb7312.cfg
r5372f16 r89b51f4 16 16 # and (hopefully) optimize for it. 17 17 # 18 CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 18 CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 -msoft-float 19 19 20 20 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/ppcn_60x.cfg
r5372f16 r89b51f4 2 2 # Config file for a Radstone Technology Plc. PowerPC 60x based VME board 3 3 # 4 # $Id : ppcn_60x.cfg4 # $Id$ 5 5 # 6 6 -
make/custom/vegaplus.cfg
r5372f16 r89b51f4 17 17 # 18 18 #CPU_CFLAGS = -mcpu=arm7tdmi 19 CPU_CFLAGS = 19 CPU_CFLAGS = -msoft-float 20 20 21 21 # optimize flag: typically -0, could use -O4 or -fast
Note: See TracChangeset
for help on using the changeset viewer.