|
From: | Adam Fedor |
Subject: | Re: [RFC/base] Only build -baseass on non *-gnu-* |
Date: | Wed, 16 Jul 2003 08:49:27 -0600 |
On Wednesday, July 16, 2003, at 06:25 AM, David Ayers wrote:
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
Yes. Looks good.
[Prev in Thread] | Current Thread | [Next in Thread] |