Changeset b7232e6f in rtems
- Timestamp:
- 10/11/01 16:38:20 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cae8bc9
- Parents:
- fc40d5d4
- Location:
- tools/cpu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/cpu/ChangeLog
rfc40d5d4 rb7232e6f 1 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS. 4 1 5 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
tools/cpu/configure.in
rfc40d5d4 rb7232e6f 3 3 dnl $Id$ 4 4 5 AC_PREREQ(2.52) 5 6 AC_INIT(generic) 6 7 RTEMS_TOP(../..) … … 18 19 19 20 AC_CONFIG_SUBDIRS(generic) 20 if test -d $srcdir/$RTEMS_CPU; then 21 AC_CONFIG_SUBDIRS($RTEMS_CPU) 22 fi 21 RTEMS_CPU_SUBDIRS 23 22 24 23 # Explicitly list all Makefiles here
Note: See TracChangeset
for help on using the changeset viewer.