forked from Imagelibrary/rtems
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CONFIG_HEADER(config.h).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add AC_CONFIG_HEADER(config.h).
|
||||
|
||||
2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||
AC_CONFIG_SRCDIR([cpuuse])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
RTEMS_TOP([../..],[..])
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add AC_CONFIG_HEADER(config.h).
|
||||
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||
AC_CONFIG_SRCDIR([mp01])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
RTEMS_TOP([../..],[..])
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
@@ -22,8 +23,8 @@ RTEMS_PROG_CC_FOR_TARGET
|
||||
RTEMS_CANONICALIZE_TOOLS
|
||||
|
||||
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
||||
RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
|
||||
|
||||
RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
|
||||
|
||||
AM_CONDITIONAL(HAS_MP,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||
AC_CONFIG_SRCDIR([psx01])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
RTEMS_TOP([../..],[..])
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add AC_CONFIG_HEADER(config.h).
|
||||
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c:
|
||||
|
||||
@@ -21,6 +21,7 @@ RTEMS_PROG_CC_FOR_TARGET
|
||||
RTEMS_CANONICALIZE_TOOLS
|
||||
|
||||
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
||||
RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API])
|
||||
AM_CONDITIONAL(HAS_POSIX,test x"${rtems_cv_RTEMS_POSIX_API}" = x"yes")
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add AC_CONFIG_HEADER(config.h).
|
||||
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||
AC_CONFIG_SRCDIR([hello])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
RTEMS_TOP([../..],[..])
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
@@ -28,7 +29,6 @@ RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
|
||||
RTEMS_CHECK_CXX(RTEMS_BSP)
|
||||
RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
|
||||
|
||||
|
||||
CXXTESTS=$HAS_CPLUSPLUS
|
||||
AS_IF([test $HAS_CPLUSPLUS = yes],[
|
||||
AC_LANG_PUSH([C++])
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add AC_CONFIG_HEADER(config.h).
|
||||
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* sp01/init.c, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/task1.c,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||
AC_CONFIG_SRCDIR([sp01])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
RTEMS_TOP([../..],[..])
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add AC_CONFIG_HEADER(config.h).
|
||||
|
||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||
AC_CONFIG_SRCDIR([tm01])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
RTEMS_TOP([../..],[..])
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
Reference in New Issue
Block a user