* config.make.in: Default to builing -baseadd on non *-gnu-*

configurations.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-07-16 15:05:24 +00:00
parent 4b799fd922
commit 6111504cb2
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-07-16 David Ayers <d.ayers@inode.at>
* config.make.in: Default to builing -baseadd on non *-gnu-*
configurations.
2003-07-15 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/gnustep/base/NSArray.h: Add methods for creating from URL

View file

@ -19,3 +19,9 @@ ifeq ($(shared),yes)
CONFIG_SYSTEM_LIBS += @LIBS@
endif
# Default to building only -baseadd
# on non *-gnu-* library combos
ifneq ($(FOUNDATION_LIB),gnu)
add=yes
base=no
endif