commit | 090221dafa38dd4ba6ee8175c24348e91fa95a05 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Tue Nov 24 20:04:12 2009 +1100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Dec 05 01:01:49 2009 +0100 |
tree | a9bb7197bb2833bb59cbab65b689e6f01d04c0db | |
parent | 27f6d3ff2f94d813fc1e7aceea0b1845135d5955 [diff] |
i386: Fix dlmalloc compile warning Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
diff --git a/board/eNET/config.mk b/board/eNET/config.mk index a763841..058026d 100644 --- a/board/eNET/config.mk +++ b/board/eNET/config.mk
@@ -22,3 +22,4 @@ # TEXT_BASE = 0x38040000 +CFLAGS_dlmalloc.o += -Wa,--no-warn -fno-strict-aliasing