Do not add -lobjc_gc -lgc flags when compiling with gc=yes - should now

be added automatically by gnustep-make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13976 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-06-26 14:34:16 +00:00
parent fd24d84a49
commit 4c9e4a6b3a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Jun 26 15:32:36 2002 Nicola Pero <n.pero@mi.flashnet.it>
* base.make.in (OBJC_LIBS): Don't add -lobjc_gc -lgc for gc=yes,
now should be done by gnustep-make automatically.
Tue Jun 25 13:31:12 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Tools/AGSHtml.m: Tidy up autorelease pool macros so that it

View file

@ -44,7 +44,6 @@ ifeq ($(FOUNDATION_LIB),gnu)
GNUSTEP_DEFINE = -DGNUSTEP
# If gc=yes was passed, use the appropriate library and defines
ifeq ($(gc), yes)
OBJC_LIBS = -lobjc_gc -lgc
AUXILIARY_CPPFLAGS += -DGS_WITH_GC=1
AUXILIARY_INCLUDE_DIRS += -I/usr/include/gc
endif