summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-22 20:19:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-22 20:19:25 +0000
commit0a6fb223b6f6e7a71f733afd6dc65fb529818043 (patch)
treebf30f5f4b3fcf462008e2302d84a810974a03654 /c/src/exec/score/cpu/unix/Makefile.in
parentpromote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK. (diff)
downloadrtems-0a6fb223b6f6e7a71f733afd6dc65fb529818043.tar.bz2
Patch from Chris John <cjohns@awa.com.au> to add use of a select statement
in the unix port idle thread task. This should keep the entire application from blocking when any component does a blocking application. Also added TOD_MICROSECONDS_TO_TICKS.
Diffstat (limited to 'c/src/exec/score/cpu/unix/Makefile.in')
-rw-r--r--c/src/exec/score/cpu/unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/unix/Makefile.in b/c/src/exec/score/cpu/unix/Makefile.in
index 371c246d50..6ac9ac0544 100644
--- a/c/src/exec/score/cpu/unix/Makefile.in
+++ b/c/src/exec/score/cpu/unix/Makefile.in
@@ -33,7 +33,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg
DEFINES +=
CPPFLAGS +=
-CFLAGS += $(CFLAGS_OS_V)
+CFLAGS += $(CFLAGS_OS_V) -DCPU_SYNC_IO
LD_PATHS +=
LD_LIBS +=