diff options
author | greg@kroah.com <greg@kroah.com> | 2004-05-20 23:14:08 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:47 -0700 |
commit | 73028bc3322c9ec88e046c57e7b297fdd1c02b1a (patch) | |
tree | 1d740508c0cbd56ab9f507ec55a436278b0aab8b /klibc/MCONFIG | |
parent | 3c60abb55ad438857248c4e5c5ba8acde887ba26 (diff) |
[PATCH] Update to version 117 of klibc (from version 108)
Diffstat (limited to 'klibc/MCONFIG')
-rw-r--r-- | klibc/MCONFIG | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/klibc/MCONFIG b/klibc/MCONFIG index de8b332d98..ec8b65c0e4 100644 --- a/klibc/MCONFIG +++ b/klibc/MCONFIG @@ -25,9 +25,14 @@ HOST_CFLAGS = -g -O HOST_LDFLAGS = HOST_LIBS = -CRT0 = $(KLIBSRC)/crt0.o -KLIBC = $(KLIBSRC)/libc.a -LIBGCC = $(shell $(CC) --print-libgcc) +# Static library paths +CRT0 = $(KLIBSRC)/crt0.o +KLIBC = $(KLIBSRC)/libc.a +LIBGCC = $(shell $(CC) --print-libgcc) + +# Shared library paths +CRTSHARED = $(KLIBSRC)/interp.o +LIBSHARED = $(KLIBSRC)/libc.so # # This indicates the location of the final version of the shared library. |