forked from Imagelibrary/rtems
Merger from rtems-4-6-branch.
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove AC_SUBST(RTEMS_VERSION).
|
||||
AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
|
||||
|
||||
2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
|
||||
|
||||
2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/gcc-isystem.m4: New.
|
||||
* aclocal/gcc-specs.m4: Remove.
|
||||
* aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
|
||||
Add RTEMS_GCC_ISYSTEM.
|
||||
Reformat setting up RTEMS_CPPFLAGS.
|
||||
|
||||
2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* automake/local.am: Introduce depend-gcc.
|
||||
Remove ${ARCH}.
|
||||
* automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
|
||||
CPP. Add ${ARCH}. depend-gcc.
|
||||
* aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
|
||||
* aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
|
||||
* aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
|
||||
|
||||
2003-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
|
||||
|
||||
@@ -47,7 +47,7 @@ AM_CONDITIONAL(INLINE,test x"$INLINEdir" = x"inline" )
|
||||
AM_CONDITIONAL(MACROS,test x"$INLINEdir" = x"macros" )
|
||||
AM_CONDITIONAL(HAS_MP,test x"$HAS_MP" = x"yes" )
|
||||
|
||||
AC_SUBST(RTEMS_VERSION)
|
||||
AC_DEFINE(RTEMS_VERSION,["rtems-][_RTEMS_VERSION]["],[RTEMS version string])
|
||||
|
||||
AM_CONDITIONAL(HAS_POSIX,test x"$HAS_POSIX_API" = x"yes")
|
||||
AM_CONDITIONAL(HAS_ITRON,test x"$HAS_ITRON_API" = x"yes")
|
||||
|
||||
Reference in New Issue
Block a user