diff options
author | Bernhard Reutner-Fischer | 2007-01-08 16:38:33 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-01-08 16:38:33 +0000 |
commit | d6c23aeefba32ae1d7290f849cf2290749876462 (patch) | |
tree | 4d68cb40ab195ec84aa53b6e8b29bb2edea60f39 | |
parent | c1feac6e9ff0acfbafc0abc11c09b4c1449acce8 (diff) | |
download | busybox-d6c23aeefba32ae1d7290f849cf2290749876462.zip busybox-d6c23aeefba32ae1d7290f849cf2290749876462.tar.gz |
- 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 7dd9dc5..384b0f8 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -28,4 +28,4 @@ endif ifeq ($(CONFIG_STATIC),y) LDFLAGS += -static endif -LDFLAGS += -nostdlib +#LDFLAGS += -nostdlib |