diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-16 21:25:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-16 21:25:10 +0000 |
commit | f6cd9c355575f356ccf5bc083d69bfd1fe3f0718 (patch) | |
tree | b2c0eaacd06f7841b28296c94759531b9d3e6959 | |
parent | 2c29523ece003e87194d6a262259950571400de6 (diff) | |
download | cygnal-f6cd9c355575f356ccf5bc083d69bfd1fe3f0718.tar.gz cygnal-f6cd9c355575f356ccf5bc083d69bfd1fe3f0718.tar.bz2 cygnal-f6cd9c355575f356ccf5bc083d69bfd1fe3f0718.zip |
* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/Makefile.in | 1 |
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 |