with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version)

This commit is contained in:
Felix von Leitner 2005-04-08 19:43:48 +00:00
parent 231339251c
commit 88d87ba975
1 changed files with 5 additions and 0 deletions

View File

@ -35,10 +35,15 @@ DIET:=$(strip $(diet_path))
endif
ifneq ($(DIET),)
DIETLIBPATH=$(shell $(DIET) -L $(CC))
ifneq ($(wildcard $(DIETLIBPATH)/*ibc.a),)
LIBDIR=$(DIETLIBPATH)
endif
ifneq ($(DEBUG),1)
DIET+=-Os
endif
endif
# to build without diet libc support, use $ make DIET=
# see http://www.fefe.de/dietlibc/ for details about the diet libc