From: Bernhard Reutner-Fischer Date: Mon, 8 Jan 2007 16:38:33 +0000 (-0000) Subject: - guess we need dl too X-Git-Tag: 1_4_0~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6c23aeefba32ae1d7290f849cf2290749876462;p=oweals%2Fbusybox.git - guess we need dl too --- 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