]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in: Compile flock.o with -fomit-frame-pointer.
authorChristopher Faylor <me@cgf.cx>
Tue, 17 Feb 2004 15:23:29 +0000 (15:23 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 17 Feb 2004 15:23:29 +0000 (15:23 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in

index 8c9276f9764188a437682088350ff226f36f399b..fbbb754e425e4a8b9db9af005ba22c527c1461ef 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-16  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in: Compile flock.o with -fomit-frame-pointer.
+
 2004-02-16  Christopher Faylor  <cgf@redhat.com>
 
        * Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.
index c1c47108f7b097dc4aafa871d0d28009dacc1caa..474ae0430d1586655d4dad9cd77f0bb1cc685eb5 100644 (file)
@@ -249,6 +249,7 @@ fhandler_tty_CFLAGS:=-fomit-frame-pointer
 fhandler_virtual_CFLAGS:=-fomit-frame-pointer
 fhandler_windows_CFLAGS:=-fomit-frame-pointer
 fhandler_zero_CFLAGS:=-fomit-frame-pointer
+flock_CFLAGS:=-fomit-frame-pointer
 malloc_CFLAGS:=-fomit-frame-pointer
 malloc_wrapper_CFLAGS:=-fomit-frame-pointer
 miscfuncs_CFLAGS:=-fomit-frame-pointer
This page took 0.033966 seconds and 5 git commands to generate.