Changeset 4bee7d9c in rtems for c/src/lib/libcpu/sh
- Timestamp:
- May 16, 2006, 2:32:21 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- be31de7
- Parents:
- 068cf700
- Location:
- c/src/lib/libcpu/sh
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/ChangeLog
r068cf700 r4bee7d9c 1 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * configure.ac: Use RTEMS_AMPOLISH3. 4 1 5 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libcpu/sh/configure.ac
r068cf700 r4bee7d9c 26 26 AM_CONDITIONAL([sh7750],[test x"$RTEMS_CPU_MODEL" = x"sh7750"]) 27 27 28 AC_PATH_PROG([AMPOLISH3],[ampolish3],[]) 29 AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \ 30 && test -n "$AMPOLISH3"]) 28 RTEMS_AMPOLISH3 31 29 32 30 # Explicitly list all Makefiles here
Note: See TracChangeset
for help on using the changeset viewer.