Changeset 7660ccd8 in rtems
- Timestamp:
- 10/17/01 13:12:45 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8dc51855
- Parents:
- 6cbc306
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/ChangeLog
r6cbc306 r7660ccd8 1 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy. 4 1 5 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/configure.ac
r6cbc306 r7660ccd8 60 60 AC_CONFIG_SUBDIRS(itron) 61 61 fi 62 AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)62 RTEMS_CPU_SUBDIRS([score/cpu]) 63 63 64 64 RTEMS_DEFINE_POSIX_API -
cpukit/ChangeLog
r6cbc306 r7660ccd8 1 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy. 4 1 5 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/configure.ac
r6cbc306 r7660ccd8 60 60 AC_CONFIG_SUBDIRS(itron) 61 61 fi 62 AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)62 RTEMS_CPU_SUBDIRS([score/cpu]) 63 63 64 64 RTEMS_DEFINE_POSIX_API
Note: See TracChangeset
for help on using the changeset viewer.