diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-08 16:38:33 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-08 16:38:33 +0000 |
commit | d6c23aeefba32ae1d7290f849cf2290749876462 (patch) | |
tree | 4d68cb40ab195ec84aa53b6e8b29bb2edea60f39 | |
parent | c1feac6e9ff0acfbafc0abc11c09b4c1449acce8 (diff) | |
download | busybox-w32-d6c23aeefba32ae1d7290f849cf2290749876462.tar.gz busybox-w32-d6c23aeefba32ae1d7290f849cf2290749876462.tar.bz2 busybox-w32-d6c23aeefba32ae1d7290f849cf2290749876462.zip |
- guess we need dl too
-rw-r--r-- | Makefile.flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags index 7dd9dc5dd..384b0f8d6 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -28,4 +28,4 @@ endif | |||
28 | ifeq ($(CONFIG_STATIC),y) | 28 | ifeq ($(CONFIG_STATIC),y) |
29 | LDFLAGS += -static | 29 | LDFLAGS += -static |
30 | endif | 30 | endif |
31 | LDFLAGS += -nostdlib | 31 | #LDFLAGS += -nostdlib |