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:
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8991b6466..901030a7c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2005-06-05 Christopher Faylor <cgf@timesys.com>
+ * Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.
+
+2005-06-05 Christopher Faylor <cgf@timesys.com>
+
* sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.
2005-06-04 Christopher Faylor <cgf@timesys.com>
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index b58cf8173..27c8775f1 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -262,6 +262,7 @@ regerror_CFLAGS=-fomit-frame-pointer
regexec_CFLAGS=-fomit-frame-pointer
regfree_CFLAGS=-fomit-frame-pointer
shared_CFLAGS:=-fomit-frame-pointer
+sync_CFLAGS:=-fomit-frame-pointer -O3
smallprint_CFLAGS:=-fomit-frame-pointer
syscalls_CFLAGS:=-fomit-frame-pointer
sysconf_CFLAGS:=-fomit-frame-pointer