Changeset 1eaf0fda in rtems
- Timestamp:
- 05/10/04 04:24:50 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e12ba0e
- Parents:
- f8892c9
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rf8892c9 r1eaf0fda 1 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS. 4 1 5 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
c/src/aclocal/check-cxx.m4
rf8892c9 r1eaf0fda 18 18 HAS_CPLUSPLUS="$rtems_cv_HAS_CPLUSPLUS"; 19 19 AC_SUBST(HAS_CPLUSPLUS)dnl 20 21 if test "$HAS_CPLUSPLUS" = "yes"; then22 CPLUS_LD_LIBS='$(PROJECT_RELEASE)/lib/librtems++$(LIB_VARIANT).a'23 fi24 AC_SUBST(CPLUS_LD_LIBS)25 20 ])
Note: See TracChangeset
for help on using the changeset viewer.