Changeset 540dc2c6 in rtems
- Timestamp:
- Feb 25, 2011, 11:01:21 AM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d83ae4a
- Parents:
- 6a1176a2
- Location:
- c/src/lib/libbsp/m68k/mcf5206elite/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mcf5206elite/tools/ChangeLog
r6a1176a2 r540dc2c6 1 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU. 4 Remove AC_ARG_VAR([RTEMS_BSP],[]). 5 Add RTEMS_ENV_RTEMSBSP. 6 1 7 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2 8 -
c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac
r6a1176a2 r540dc2c6 8 8 RTEMS_TOP(../../../../../../..) 9 9 10 # FIXME: This should not be here11 AC_ARG_VAR([RTEMS_BSP],[])12 RTEMS_CANONICAL_TARGET_CPU13 14 10 AM_INIT_AUTOMAKE([no-define foreign 1.11.1]) 15 11 AM_MAINTAINER_MODE 12 13 RTEMS_ENV_RTEMSBSP 16 14 17 15 RTEMS_PROJECT_ROOT
Note: See TracChangeset
for help on using the changeset viewer.