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:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-02-20 15:15:38 +0300
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-02-20 15:15:38 +0300
commit89a3749928a964ca31067efc7c3694a4bbbf1289 (patch)
treed332b1fcd985b95bbada52b3b50cfb755917826b
parent09766bc8a01d136a251b72c5850f34cde5a2c685 (diff)
2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
* Makefile.in (sigfe.o): Use CFLAGS.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 23357a123..3164c779e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
+ * Makefile.in (sigfe.o): Use CFLAGS.
+
+2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
+
* include/cygwin/stdlib.h (initstate, random, setstate, srandom):
Check if __XSI_VISIBLE is set by sys/cdefs.h, rather than testing
for _XOPEN_SOURCE directly, to work correctly when _GNU_SOURCE is
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index e8815f191..9b82f0a46 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -710,7 +710,7 @@ sigfe.s: $(DEF_FILE)
[ -s $@ ] && touch $@
sigfe.o: sigfe.s
- $(CC) -c -o $@ $<
+ $(CC) ${CFLAGS} -c -o $@ $<
ctags: CTAGS
tags: CTAGS