Changeset 2a2def9 in rtems
- Timestamp:
- 01/16/03 04:29:28 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6237ab4
- Parents:
- 17aa98d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r17aa98d r2a2def9 1 2001-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message. 4 * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval. 5 1 6 2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
aclocal/enable-cxx.m4
r17aa98d r2a2def9 6 6 [AC_HELP_STRING([--enable-cxx], 7 7 [enable C++ support and build the rtems++ library])], 8 [case "${enable val}" in8 [case "${enable_cxx}" in 9 9 yes) RTEMS_HAS_CPLUSPLUS=yes ;; 10 10 no) RTEMS_HAS_CPLUSPLUS=no ;; -
aclocal/rtems-cpu-subdirs.m4
r17aa98d r2a2def9 27 27 _RTEMS_CPU_SUBDIR([sparc],[$1]);; 28 28 _RTEMS_CPU_SUBDIR([unix],[$1]);; 29 *) AC_MSG_ERROR([Invalid RTEMS_CPU ])29 *) AC_MSG_ERROR([Invalid RTEMS_CPU <[$]{RTEMS_CPU}>]) 30 30 esac 31 31 ])
Note: See TracChangeset
for help on using the changeset viewer.