]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* Makefile.in (autoload.o): Add target to specify -fno-inline-functions cygwin-1-1-8
authorDJ Delorie <dj@redhat.com>
Tue, 26 Dec 2000 23:19:41 +0000 (23:19 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 26 Dec 2000 23:19:41 +0000 (23:19 +0000)
ChangeLog
Makefile.in

index 235c70684fabd72d4629a0b9584d0ca1cee8691b..a0be54101e72f5f7ab6d1c9ac02dadc6d080d2b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-26  Earnie Boyd  <earnie_boyd@yahoo.com>
+
+       * Makefile.in (autoload.o): Add target to specify -fno-inline-functions
+
 Tue Dec 26 03:46:00 2000  Matt Hargett  <matt@use.net>
 
        * winsup/cinstall/res.rc: Added accelerators and improved focus
index 25f4724bf664f019066a741d9d6d65cbf33caa45..d2414dd8424409e68cf02a567f287fb3f3fdc655 100644 (file)
@@ -181,6 +181,14 @@ else
        @$(CXX) $(MINGW_CXXFLAGS) -c -o $@ $<
 endif
 
+autoload.o: autoload.c
+ifdef VERBOSE
+       $(CC) $(MINGW_CFLAGS) -c -o $@ $< -fno-inline-functions
+else
+       @echo $(CC) -c $(CFLAGS) ... $(<F) -fno-inline-functions
+       @$(CC) $(MINGW_CFLAGS) -c -o $@ $< -fno-inline-functions
+endif
+
 iniparse.c iniparse.h : iniparse.y
        bison -d -o iniparse.c $(srcdir)/iniparse.y
 
This page took 0.035051 seconds and 5 git commands to generate.