diff --git a/ChangeLog b/ChangeLog index 8db972952..c6c823780 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-26 Adam Fedor + + * Source/Makefile.postamble: Add flag filter for + libgnustep-base-entry.m (for GCC 4.4 on MinGW). + 2009-10-20 Wolfgang Lux * Source/NSObject.m (NSIncrementExtraRefCount): Properly release diff --git a/Source/Makefile.postamble b/Source/Makefile.postamble index 5a9f06724..104cbd3bc 100644 --- a/Source/Makefile.postamble +++ b/Source/Makefile.postamble @@ -146,6 +146,7 @@ $(GNUSTEP_TARGET_DIR)/mframe.h: mframe/config.status mframe.m_FILE_FILTER_OUT_FLAGS = -O% NSConnection.m_FILE_FILTER_OUT_FLAGS = -O% NSInvocation.m_FILE_FILTER_OUT_FLAGS = -O% +libgnustep-base-entry.m_FILE_FILTER_OUT_FLAGS = -O% # gcc 4.4 on mingw # # Make list of class names for DLL exports. Uses the actual classes from