changeset 97333:4fb874878836

* Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. (.m.o): Dispense with GNUstep-specific flags.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Wed, 06 Aug 2008 16:18:35 +0000
parents 7b285e87b6ba
children 07a0633dcf4c
files lib-src/ChangeLog lib-src/Makefile.in
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Wed Aug 06 15:55:46 2008 +0000
+++ b/lib-src/ChangeLog	Wed Aug 06 16:18:35 2008 +0000
@@ -1,3 +1,8 @@
+2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+	* Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
+	(.m.o): Dispense with GNUstep-specific flags.
+
 2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
 
 	* pop.c (socket_connection): Add conditionals for
--- a/lib-src/Makefile.in	Wed Aug 06 15:55:46 2008 +0000
+++ b/lib-src/Makefile.in	Wed Aug 06 16:18:35 2008 +0000
@@ -145,8 +145,6 @@
 #include "../src/config.h"
 
 #if defined(NS_IMPL_COCOA)
-/* Build these programs as universal binaries. */
-CFLAGS := $(CFLAGS) -universal
 /* Add mac-fix-env for OS X systems running NS version. */
 INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT}
 #endif
@@ -259,11 +257,7 @@
 	${CC} -c ${CPP_CFLAGS} $<
 
 .m.o:
-#ifdef NS_IMPL_GNUSTEP
-	$(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString $<
-#else
 	$(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
-#endif
 
 all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}