summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-061-0/+1
| | | | * configure.ac: Add ARM/Thumb Makefile.
* 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-131-0/+6
| | | | * configure.ac: Add NDEBUG as a command line compilation option.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+1
| | | | * configure.ac, Makefile.am: Add libmd.
* Add shttpd.Ralf Corsepius2007-06-111-0/+2
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-3/+0
| | | | * configure.ac: Remove "pad" from CPU_CONTEXT.
* 2007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-171-0/+12
| | | | | | | | | | | | | | | | | | | | * ChangeLog, configure.ac, libcsupport/src/__times.c, libmisc/cpuuse/cpuuse.c, libmisc/stackchk/check.c, rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonreportstatistics.c, rtems/src/ratemonresetall.c, rtems/src/ratemontimeout.c, score/Makefile.am, score/include/rtems/score/thread.h, score/include/rtems/score/timespec.h, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c, score/src/timespecdivide.c: Add nanoseconds granularity to the rate monotonic period statistics and CPU usage statistics. This capability is enabled by default although may be conditionally disabled by the user. It could be too much overhead on small targets but it does not appear to be bad in early testing. Its impact on code size has not been evaluated either. It is possible that both forms of statistics gathering could be disabled with further tweaking of the conditional compilation. * score/src/timespecdividebyinteger.c: New file.
* 2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-081-0/+21
| | | | * configure.ac: Check for working PRIxPTR.
* 2007-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-141-1/+1
| | | | * configure.ac: Redefine LIBPOSIX to !UNIX.
* Add AM_CONDITIONAL(HAS_PTHREADS).Ralf Corsepius2007-04-131-0/+1
|
* Rename AM_CONDITIONAL(HAS_POSIX) into LIBPOSIX.Ralf Corsepius2007-04-131-1/+1
|
* 2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-071-2/+12
| | | | | * configure.ac: Check fo intmax_t, uintptr_t, intptr_t, pthread.h, pthread_rwlock_t, pthread_barrier_t, pthread_spinlock_t.
* Dynamically derive __ __RTEMS_MAJOR__,Ralf Corsepius2007-01-271-0/+19
| | | | | __RTEMS_MINOR__, __RTEMS_REVISION__ from _RTEMS_VERSION. Add __RTEMS_MAJOR__, __RTEMS_MINOR__,__RTEMS_REVISION__ to cpuopt.h.
* Abandon DEPRECATED_TYPES/--enable-deprecated.Ralf Corsepius2006-12-131-14/+0
|
* Add RTEMS_AMPOLISH.Ralf Corsepius2006-12-121-0/+2
|
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-1/+1
| | | | * configure.ac: New BUG-REPORT address.
* Cosmetics.Ralf Corsepius2006-11-191-1/+1
|
* Add check for uintmax_t.Ralf Corsepius2006-11-181-0/+1
|
* Use rtems_cv_HAS_NETWORKING instead of HAS_NETWORKING.Ralf Corsepius2006-11-181-2/+2
|
* Remove ITRON-type checks.Ralf Corsepius2006-11-181-11/+4
| | | | Move RTEMS_CHECK* after type-checks.
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-11/+1
| | | | * configure.ac: Remove $LIBRPC.
* 2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-181-0/+1
| | | | * configure.ac: Check for uint64_t, int64_t.
* Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).Ralf Corsepius2006-11-181-1/+1
|
* Suppress itron if int8/int16_t are not provided.Ralf Corsepius2006-11-171-1/+8
| | | | | Introduce AM_CONDITIONAL(LIBITRON). Remove AM_CONDITIONAL(HAS_ITRON).
* Introduce AM_CONDITIONAL(LIBDOSFS).Ralf Corsepius2006-11-171-0/+5
|
* Remove RTEMS_AMPOLISH3.Ralf Corsepius2006-11-151-2/+4
| | | | Add checks for uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t.
* 2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-141-3/+7
| | | | * configure.ac: Require inttypes.h, check for stdint.h.
* Remove RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.Ralf Corsepius2006-11-121-8/+0
|
* 2006-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-091-2/+0
| | | | | * configure.ac: Remove redundant AC_CHECK_HEADER([stdint.h]), AC_CHECK_HEADER([inttypes.h]). Now implicitly checked.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-231-0/+1
| | | | * configure.ac, score/cpu/Makefile.am: Add bfin.
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-191-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac, itron/Makefile.am, itron/preinstall.am, posix/Makefile.am, posix/preinstall.am, rtems/Makefile.am, rtems/preinstall.am, sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am, score/preinstall.am, score/include/rtems/system.h, score/include/rtems/score/chain.h, score/include/rtems/score/thread.h, score/src/chain.c, score/src/coremutexseize.c, score/src/threadget.c: Remove all macro implementations and use only the static inline. Static inline functions are now well supported so there is no reason for duplicate maintenance. * itron/macros/rtems/itron/eventflags.inl, itron/macros/rtems/itron/fmempool.inl, itron/macros/rtems/itron/intr.inl, itron/macros/rtems/itron/mbox.inl, itron/macros/rtems/itron/msgbuffer.inl, itron/macros/rtems/itron/network.inl, itron/macros/rtems/itron/port.inl, itron/macros/rtems/itron/semaphore.inl, itron/macros/rtems/itron/sysmgmt.inl, itron/macros/rtems/itron/task.inl, itron/macros/rtems/itron/time.inl, itron/macros/rtems/itron/vmempool.inl, posix/macros/rtems/posix/cond.inl, posix/macros/rtems/posix/key.inl, posix/macros/rtems/posix/mqueue.inl, posix/macros/rtems/posix/mutex.inl, posix/macros/rtems/posix/priority.inl, posix/macros/rtems/posix/pthread.inl, posix/macros/rtems/posix/semaphore.inl, posix/macros/rtems/posix/timer.inl, rtems/macros/rtems/rtems/asr.inl, rtems/macros/rtems/rtems/attr.inl, rtems/macros/rtems/rtems/barrier.inl, rtems/macros/rtems/rtems/dpmem.inl, rtems/macros/rtems/rtems/event.inl, rtems/macros/rtems/rtems/eventset.inl, rtems/macros/rtems/rtems/message.inl, rtems/macros/rtems/rtems/modes.inl, rtems/macros/rtems/rtems/options.inl, rtems/macros/rtems/rtems/part.inl, rtems/macros/rtems/rtems/ratemon.inl, rtems/macros/rtems/rtems/region.inl, rtems/macros/rtems/rtems/sem.inl, rtems/macros/rtems/rtems/status.inl, rtems/macros/rtems/rtems/support.inl, rtems/macros/rtems/rtems/tasks.inl, rtems/macros/rtems/rtems/timer.inl, sapi/macros/rtems/extension.inl, score/macros/README, score/macros/rtems/score/address.inl, score/macros/rtems/score/chain.inl, score/macros/rtems/score/corebarrier.inl, score/macros/rtems/score/coremsg.inl, score/macros/rtems/score/coremutex.inl, score/macros/rtems/score/corerwlock.inl, score/macros/rtems/score/coresem.inl, score/macros/rtems/score/corespinlock.inl, score/macros/rtems/score/heap.inl, score/macros/rtems/score/isr.inl, score/macros/rtems/score/mppkt.inl, score/macros/rtems/score/object.inl, score/macros/rtems/score/objectmp.inl, score/macros/rtems/score/priority.inl, score/macros/rtems/score/stack.inl, score/macros/rtems/score/states.inl, score/macros/rtems/score/sysstate.inl, score/macros/rtems/score/thread.inl, score/macros/rtems/score/threadmp.inl, score/macros/rtems/score/tod.inl, score/macros/rtems/score/tqdata.inl, score/macros/rtems/score/userext.inl, score/macros/rtems/score/watchdog.inl, score/macros/rtems/score/wkspace.inl: Removed.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-1/+1
| | | | * configure.ac: Require autoconf-2.60.
* Adaptations to automake-1.10.Ralf Corsepius2006-10-161-1/+1
|
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-091-0/+1
| | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
* 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-161-3/+1
| | | | | * aclocal/rtems-ampolish.m4: New. * configure.ac: Use RTEMS_AMPOLISH3.
* 2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-211-3/+3
| | | | * configure.ac: New header guard for cpuopts.h.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-7/+21
| | | | | | | * configure.ac: Add RTEMS_NETWORKING to cpuopts.h. Add RTEMS_DEPRECATED_TYPES to config.h. Add AC_CONFIG_COMMANDS(preinstall-stamp) magic. Misc. cleanups.
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-031-0/+1
| | | | | | | | * libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c, libi2c/libi2c.h: New files. * Makefile.am, configure.ac, preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h
* Add zlib.Ralf Corsepius2005-10-301-0/+1
|
* Add pppd.Ralf Corsepius2005-10-261-0/+1
|
* Add telnetd.Ralf Corsepius2005-10-251-0/+1
|
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-0/+5
| | | | * configure.ac: Check for sys/errno.h.
* Remove ada.Ralf Corsepius2005-05-231-15/+0
|
* 2005-05-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-121-2/+2
| | | | * configure.ac: Let --enable-deprecated default to "no".
* 2005-04-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-301-1/+1
| | | | | | * configure.ac: fix evaluating --enable-ada. * ada/Makefile.am: Use preinstall.am * ada/preinstall.am: New.
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-281-2/+0
| | | | * configure.ac: Remove or32-rtems
* 2005-03-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-03-041-2/+6
| | | | | | * configure.ac: Check for newlib with stdint.h/inttypes.h. * Makefile.am: Conditionally use external stdint.h/inttypes.h for newlib.
* 2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-191-1/+2
| | | | * configure.ac: Check for external ampolish3.
* 2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-121-4/+0
| | | | | * configure.ac: Remove LIBSCORECPU. * wrapup/Makefile.am: Reflect changes above.
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-081-0/+3
| | | | | | | | | | | | | | | * itron/Makefile.am, libcsupport/Makefile.am, libnetworking/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, wrapup/Makefile.am, Makefile.am: Split preinstallation rules in to separate preinstall.am-files. * itron/preinstall.am, libcsupport/preinstall.am, libnetworking/preinstall.am, posix/preinstall.am, rtems/preinstall.am, sapi/preinstall.am, score/preinstall.am, wrapup/preinstall.am, preinstall.am: New (Generated from corresponding Makefile.ams). * configure.ac: Add AM_CONDITIONAL(AMPOLISH3)-stub.
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-081-2/+2
| | | | | | | * configure.ac: Add new header guard to cpuopts.h. * Makefile.am: Add libfs, libblock, ftpd header install rules. * libfs/Makefile.am, libblock/Makefile.am, ftpd/Makefile.am: Remove header install rules.