From d2bb044cad666cabe526da1148ba704b1f43ba40 Mon Sep 17 00:00:00 2001 From: aldot Date: Mon, 8 Jan 2007 16:38:33 +0000 Subject: - guess we need dl too git-svn-id: svn://busybox.net/trunk/busybox@17201 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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 -- cgit v1.2.3-55-g6feb