Changeset 490a605 in rtems
- Timestamp:
- Feb 28, 2003, 8:25:40 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 68d4f9e
- Parents:
- 83eda9b
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r83eda9b r490a605 1 2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_SUBST(RTEMS_VERSION). 4 AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h. 5 6 2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 7 8 * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION). 9 10 2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 11 12 * aclocal/gcc-isystem.m4: New. 13 * aclocal/gcc-specs.m4: Remove. 14 * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS. 15 Add RTEMS_GCC_ISYSTEM. 16 Reformat setting up RTEMS_CPPFLAGS. 17 18 2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 19 20 * automake/local.am: Introduce depend-gcc. 21 Remove ${ARCH}. 22 * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC, 23 CPP. Add ${ARCH}. depend-gcc. 24 * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS. 25 * aclocal/env-rtemscpu.m4: Remove GCC_SPECS. 26 * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS. 27 1 28 2003-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 29 -
cpukit/configure.ac
r83eda9b r490a605 48 48 AM_CONDITIONAL(HAS_MP,test x"$HAS_MP" = x"yes" ) 49 49 50 AC_ SUBST(RTEMS_VERSION)50 AC_DEFINE(RTEMS_VERSION,["rtems-][_RTEMS_VERSION]["],[RTEMS version string]) 51 51 52 52 AM_CONDITIONAL(HAS_POSIX,test x"$HAS_POSIX_API" = x"yes")
Note: See TracChangeset
for help on using the changeset viewer.