Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/signal/Makefile.inc')
-rw-r--r--newlib/libc/signal/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/signal/Makefile.inc b/newlib/libc/signal/Makefile.inc
index e0da75349..edf53f8ce 100644
--- a/newlib/libc/signal/Makefile.inc
+++ b/newlib/libc/signal/Makefile.inc
@@ -1,3 +1,10 @@
+if HAVE_SIGNAL_DIR
+
+libc_a_SOURCES += \
+ %D%/psignal.c %D%/raise.c %D%/signal.c %D%/sig2str.c
+
+endif
+
LIBC_CHEWOUT_FILES += \
%D%/psignal.def \
%D%/raise.def \