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:
authorChristopher Faylor <me@cgf.cx>2004-02-17 00:25:10 +0300
committerChristopher Faylor <me@cgf.cx>2004-02-17 00:25:10 +0300
commitf6cd9c355575f356ccf5bc083d69bfd1fe3f0718 (patch)
treeb2c0eaacd06f7841b28296c94759531b9d3e6959
parent2c29523ece003e87194d6a262259950571400de6 (diff)
* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
-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 0b41374c3..8c9276f97 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2004-02-16 Christopher Faylor <cgf@redhat.com>
+ * Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
+
+2004-02-16 Christopher Faylor <cgf@redhat.com>
+
* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.
2004-02-16 Pierre Humblet <pierre.humblet@ieee.org>
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index ad77b74f0..c1c47108f 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -225,6 +225,7 @@ cygtls_CFLAGS:=-fomit-frame-pointer
delqueue_CFLAGS:=-fomit-frame-pointer
devices_CFLAGS:=-fomit-frame-pointer -Os
dir_CFLAGS:=-fomit-frame-pointer
+dlfcn_CFLAGS:=-fomit-frame-pointer
dll_init_CFLAGS:=-fomit-frame-pointer
fcntl_CFLAGS:=-fomit-frame-pointer
fhandler_CFLAGS:=-fomit-frame-pointer