bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC/base] Only build -baseass on non *-gnu-*


From: David Ayers
Subject: [RFC/base] Only build -baseass on non *-gnu-*
Date: Wed, 16 Jul 2003 14:25:09 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507

Hello,

If no one objects, I'll install this trivial patch to default to building only -baseadd on non *-gnu-* configuration.
Your can still try to build with
make add=no base=yes
to override these defaults, eventhough I'm not sure what your trying to do then.

Cheers,
David

Index: config.mak.in
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/base/config.mak.in,v
retrieving revision 1.10
diff -u -r1.10 config.mak.in
--- config.mak.in       9 Jan 2003 17:41:57 -0000       1.10
+++ config.mak.in       16 Jul 2003 12:09:16 -0000
@@ -19,3 +19,9 @@
   CONFIG_SYSTEM_LIBS += @LIBS@
 endif
 
+# Default to building only -baseadd
+# on non *-gnu-* library combos
+ifneq ($(FOUNDATION_LIB),gnu)
+add=yes
+base=no
+endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]