summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/configure.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only check for System V IPC if multiprocessing is enabled. The unixJoel Sherrill1999-11-161-1/+4
| | | | | | | | port only uses System V IPC for shared memory and semaphores to communicate between nodes in a multiprocessor configuration. If you disable multiprocessing, then this code should be unused. Thus systems like Cygwin which are POSIX but do not support System V IPC should not work.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-0/+3
| | | | for RTEMS.
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-071-0/+50
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.