From c8dc344bb1ef757174bea69fe2abc8db79f44ed8 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Tue, 3 Sep 2013 01:08:37 +0300 Subject: [PATCH] things work better if we also link libc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22b767a..08c5a0d 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ LIBS_NET+= -lrumpnet_net -lrumpnet # Define some default flags for linking. LDLIBS_FS = --whole-archive ${LIBS_FS} ${LIBS_NET} -lrump --no-whole-archive -LDLIBS = -Lrump/lib ${LDLIBS_FS} +LDLIBS = -Lrump/lib ${LDLIBS_FS} -lc APP_LDLIBS := LDARCHLIB := -L$(OBJ_DIR)/$(TARGET_ARCH_DIR) -l$(ARCH_LIB_NAME) -- 2.39.5