diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-28 15:00:27 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-28 15:00:27 +0000 |
commit | f2b1bcd7a8e56b729495631ca10696a2e5b7c0e1 (patch) | |
tree | b51cf8c9f1b989a12e3b1c5fd79f9506ce04e559 /Makefile.flags | |
parent | ec62b3930a6815408f8aab271ab4f60191d1525b (diff) | |
download | busybox-w32-f2b1bcd7a8e56b729495631ca10696a2e5b7c0e1.tar.gz busybox-w32-f2b1bcd7a8e56b729495631ca10696a2e5b7c0e1.tar.bz2 busybox-w32-f2b1bcd7a8e56b729495631ca10696a2e5b7c0e1.zip |
- reinstate dmalloc and efence support
git-svn-id: svn://busybox.net/trunk/busybox@18261 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index b7711f698..487300de2 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -58,4 +58,13 @@ endif | |||
58 | ifeq ($(CONFIG_SELINUX),y) | 58 | ifeq ($(CONFIG_SELINUX),y) |
59 | LDFLAGS += -lselinux -lsepol | 59 | LDFLAGS += -lselinux -lsepol |
60 | endif | 60 | endif |
61 | |||
62 | ifeq ($(CONFIG_EFENCE),y) | ||
63 | LDFLAGS += -lefence | ||
64 | endif | ||
65 | |||
66 | ifeq ($(CONFIG_DMALLOC),y) | ||
67 | LDFLAGS += -ldmalloc | ||
68 | endif | ||
69 | |||
61 | #LDFLAGS += -nostdlib | 70 | #LDFLAGS += -nostdlib |