summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:44:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:44:49 +0000
commit4381e50e1ee26dca661c9f5073288955e04f648d (patch)
treea1c1770bcf6b9fe1e948764df8a57a70749a095c /c/src/exec/score/cpu
parentRegenerated (diff)
downloadrtems-4381e50e1ee26dca661c9f5073288955e04f648d.tar.bz2
Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-target-default.cfg
Diffstat (limited to 'c/src/exec/score/cpu')
-rw-r--r--c/src/exec/score/cpu/unix/Makefile.in2
-rw-r--r--c/src/exec/score/cpu/unix/cpu.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/unix/Makefile.in b/c/src/exec/score/cpu/unix/Makefile.in
index 45aa102ed1..ea8eaad2c6 100644
--- a/c/src/exec/score/cpu/unix/Makefile.in
+++ b/c/src/exec/score/cpu/unix/Makefile.in
@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
DEFINES +=
CPPFLAGS +=
-CFLAGS += $(CFLAGS_OS_V) -DCPU_SYNC_IO
+CFLAGS += $(CFLAGS_OS_V) -DCPU_SYNC_IO $(LIBC_DEFINES)
LD_PATHS +=
LD_LIBS +=
diff --git a/c/src/exec/score/cpu/unix/cpu.c b/c/src/exec/score/cpu/unix/cpu.c
index 6eb338f991..5b927b7a40 100644
--- a/c/src/exec/score/cpu/unix/cpu.c
+++ b/c/src/exec/score/cpu/unix/cpu.c
@@ -243,7 +243,6 @@ void _CPU_Sync_io_Init()
unsigned32 _CPU_ISR_Get_level( void )
{
sigset_t old_mask;
- sigset_t new_mask;
#if defined(__linux__)
sigemptyset( &old_mask );