chiark / gitweb /
[PATCH] switch udev's seqnum to u64
[elogind.git] / klibc / MCONFIG
index de8b332d9829d27183bde107a7db3f721afc9faf..ec8b65c0e4c8a335060e5fa8441f2af5b130f0bc 100644 (file)
@@ -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.