From d6c23aeefba32ae1d7290f849cf2290749876462 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 8 Jan 2007 16:38:33 +0000 Subject: [PATCH] - guess we need dl too --- Makefile.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.flags b/Makefile.flags index 7dd9dc5dd..384b0f8d6 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -28,4 +28,4 @@ endif ifeq ($(CONFIG_STATIC),y) LDFLAGS += -static endif -LDFLAGS += -nostdlib +#LDFLAGS += -nostdlib