OSDN Git Service

* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
authorcgf <cgf>
Mon, 16 Feb 2004 21:25:10 +0000 (21:25 +0000)
committercgf <cgf>
Mon, 16 Feb 2004 21:25:10 +0000 (21:25 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in

index 0b41374..8c9276f 100644 (file)
@@ -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>
index ad77b74..c1c4710 100644 (file)
@@ -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