summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-03-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | PR 1729/cpukit * configure.ac, sapi/include/confdefs.h, sapi/src/exinit.c, score/Makefile.am, score/preinstall.am, score/cpu/i386/rtems/score/cpu.h, score/cpu/sparc/cpu_asm.S, score/cpu/sparc/rtems/score/cpu.h, score/include/rtems/score/basedefs.h, score/include/rtems/score/context.h, score/include/rtems/score/percpu.h, score/src/percpu.c, score/src/thread.c, score/src/threadcreateidle.c: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint. * aclocal/check-smp.m4, aclocal/enable-smp.m4, score/include/rtems/bspsmp.h, score/include/rtems/score/smplock.h, score/src/smp.c, score/src/smplock.c: New files.
* 2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-021-14/+6
| | | | | * configure.ac: Rework checks for mandated headers tar.h, errno.h, sched.h, sys/cdefs.h, sys/queue.h.
* 2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-021-6/+0
| | | | | * configure.ac: Remove unused AM_CONDITIONAL([NEED_SYS_CDEFS_H]). Remove unused AM_CONDITIONAL([NEED_SYS_QUEUE_H]).
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-251-4/+5
| | | | | | | | * libcsupport/src/sleep_noposix.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * posix/src/sleep.c, posix/src/usleep.c: Remove. * posix/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide sleep, usleep.
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-251-2/+2
| | | | | | * libcsupport/src/creat.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide creat.
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-251-2/+6
| | | | | | | | | | | * libcsupport/src/opendir.c, libcsupport/src/closedir.c, libcsupport/src/readdir.c, libcsupport/src/rewinddir.c, libcsupport/src/scandir.c, libcsupport/src/seekdir.c, libcsupport/src/telldir.c: Remove. * libcsuppport/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide opendir, closedir, readdir, rewinddir, scandir, seekdir, telldir.
* 2011-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-1/+1
| | | | * configure.ac: Remove extraneous spaces.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-2/+2
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-031-1/+5
| | | | | | * configure.ac, posix/src/signal_2.c: sighandler_t is defined conditionally in some versions of newlib and unconditionally in others. Make sure we always compile.
* 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-081-4/+4
| | | | | * configure.ac: pthread_attr* functions are in <pthread.h>, not in <pthreads.h>.
* 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-041-1/+0
| | | | | * Makefile.am, configure.ac: Revert accident commit adding libdbm to build.
* 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-041-0/+1
| | | | | | | * Makefile.am, configure.ac, posix/Makefile.am, posix/src/pthread.c: * posix/src/pthreadattrgetguardsize.c, posix/src/pthreadattrgetstack.c, posix/src/pthreadattrsetguardsize.c, posix/src/pthreadattrsetstack.c: New files.
* 2010-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-09-081-0/+6
| | | | | | * configure.ac: Add checks for pthread_attr_getguardsize, pthread_attr_setguardsize, pthread_attr_setstack, pthread_attr_getstack.
* 2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-031-9/+16
| | | | | * configure.ac: Apply RTEMS_CHECK_FUNC for set/get*id family of functions. Extend set/get*id family of checks.
* 2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-031-1/+12
| | | | | * configure.ac: Add checks for [get|set][e][uid,gid] family of functions.
* 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-291-4/+12
| | | | | | * configure.ac, score/include/rtems/score/percpu.h: Add __RTEMS_SIZEOF_VOID_P__ to cpuopts.h so percpu.h has this information available during build and after installation.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-291-0/+3
| | | | | | | | | | | | | | | | | | | PR 1573/cpukit * configure.ac, posix/src/killinfo.c, posix/src/psignalclearprocesssignals.c, posix/src/psignalsetprocesssignals.c, posix/src/psignalunblockthread.c, posix/src/pthreadcreate.c, posix/src/pthreadkill.c, posix/src/pthreadsigmask.c, rtems/src/signalsend.c, rtems/src/taskmode.c, score/Makefile.am, score/preinstall.am, score/include/rtems/system.h, score/include/rtems/score/context.h, score/include/rtems/score/isr.h, score/include/rtems/score/thread.h, score/src/isr.c, score/src/isrthreaddispatch.c, score/src/thread.c, score/src/threaddispatch.c, score/src/threadloadenv.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed. * score/include/rtems/score/percpu.h, score/src/percpu.c: New files.
* Remove itron.Ralf Corsepius2010-06-171-9/+0
|
* 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-151-0/+1
| | | | | PR 1561/cpukit * configure.ac, score/cpu/Makefile.am: Merge SPARC64 port.
* 2010-06-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-131-9/+4
| | | | | | | * include/rtems/tar.h, libcsupport/include/tar.h: Remove. * configure.ac: Require toolchain to provide tar.h. * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.h: Use <tar.h> instead of <rtems/tar.h>.
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-111-1/+0
| | | | * configure.ac: Remove c4x.
* 2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-091-4/+0
| | | | | * Makefile.am, configure.ac: Remove support for shttpd. * aclocal/enable-shttpd.m4: Remove.
* 2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-091-4/+0
| | | | | * Makefile.am, configure.ac: Remove support for httpd (GoAhead). * aclocal/enable-httpd.m4: Remove.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-291-0/+6
| | | | | * libfs/src/nfsclient/src/dirutils.c: Add PRIomode_t, PRIdoff_t. * configure.ac: Add AC_CHECK_SIZEOF(mode_t), AC_CHECK_SIZEOF(off_t).
* 2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-011-2/+2
| | | | * configure.ac: Add missing "&&".
* 2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-291-0/+6
| | | | | * configure.ac: Add RTEMS_ENABLE_SHTTPD, RTEMS_ENABLE_HTTPD. Introduce AM_CONDITIONALS LIBHTTPD, LIBSHTTPD.
* 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-1/+5
| | | | * configure.ac: Check for sched.h.
* 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-0/+4
| | | | * configure.ac: Check for WORD_BIT, LONG_BIT.
* 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-0/+4
| | | | * configure.ac: Check for flockfile, funlockfile, ftrylockfile.
* Eliminate AM_CONDITIONAL LIBPOSIX.Ralf Corsepius2009-12-041-1/+0
|
* 2009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-021-0/+5
| | | | | | | | | | | | | * configure.ac, libcsupport/src/__times.c, libmisc/cpuuse/cpuusagedata.c, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/types.h, rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonreportstatistics.c, score/include/rtems/score/thread.h, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c: Changed the configuration of statistics granularity to use just one define.
* 2009-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-171-0/+1
| | | | * configure.ac: Add mghttpd/Makefile.
* 2009-10-30 Ralf Corsépius <ralf.corsepiu@rtems.org>Ralf Corsepius2009-10-301-20/+2
| | | | | * aclocal/gcc-sanity.m4: New. * configure.ac: Add RTEMS_CHECK_GCC_SANITY.
* 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-221-1/+1
| | | | * configure.ac: Remove -fasm.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-1/+0
| | | | * configure.ac: Remove UNIX AM_CONDITIONAL.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-10/+0
| | | | * configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB.
* Remove some unix-specific checks.Ralf Corsepius2009-10-141-4/+2
|
* Remove unix-CPU_CONTEXT size checking.Ralf Corsepius2009-10-141-5/+0
|
* Remove unix-CPU_CONTEXT size checking.Ralf Corsepius2009-10-141-17/+0
|
* Remove enable-unixlib.Ralf Corsepius2009-10-141-6/+0
|
* Remove unix subdir.Ralf Corsepius2009-10-141-1/+0
|
* 2009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-101-0/+6
| | | | | | | * configure.ac, score/src/threadqenqueuepriority.c: Add RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY to give user ability to disable the loop in _Thread_queue_Enqueue_priority from being unrolled. This reduces code size and makes coverage analysis easier.
* 2009-04-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-151-1/+2
| | | | * configure.ac: Disable LIBSHELL for unix targets.
* Check for __assert().Ralf Corsepius2009-03-111-0/+1
|
* Check for creat().Ralf Corsepius2009-03-101-0/+1
|
* 2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-301-1/+1
| | | | | * configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
* 2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-301-5/+0
| | | | | * configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
* 2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-301-2/+6
| | | | | * configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
* 2008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-171-8/+2
| | | | * configure.ac: Require stdint.h.
* 2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-051-2/+9
| | | | * configure.ac: Check for functions in newlib.