Changeset 23bd20f7 in rtems
- Timestamp:
- Feb 3, 2004, 6:24:00 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 689d065
- Parents:
- b5d91ad
- Location:
- c/src/lib/libbsp/unix/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/ChangeLog
rb5d91ad r23bd20f7 1 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AM_CONDITIONAL(HAS_MP). 4 1 5 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/unix/posix/configure.ac
rb5d91ad r23bd20f7 14 14 RTEMS_ENABLE_CXX 15 15 16 17 16 RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) 18 17 RTEMS_PROG_CXX_FOR_TARGET … … 25 24 26 25 RTEMS_CONFIG_BUILD_SUBDIRS(tools) 27 AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")28 26 29 27 AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
Note: See TracChangeset
for help on using the changeset viewer.