All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graeme Russ <graeme.russ@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC][PATCH 1/8] Fix gcc 4.4.1 compiler warning
Date: Sat, 26 Sep 2009 22:57:31 +1000	[thread overview]
Message-ID: <1253969858-841-2-git-send-email-graeme.russ@gmail.com> (raw)
In-Reply-To: <1253969858-841-1-git-send-email-graeme.russ@gmail.com>

---
 common/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/common/Makefile b/common/Makefile
index 3781738..7ea6e93 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -178,6 +178,10 @@ $(obj)env_embedded.o: $(src)env_embedded.c $(obj)../tools/envcrc
 		-DENV_CRC=$(shell $(obj)../tools/envcrc) \
 		-c -o $@ $(src)env_embedded.c
 
+$(obj)dlmalloc.o: $(src)dlmalloc.c $(obj)dlmalloc.o
+	$(CC) $(CFLAGS) -Wa,--no-warn -fno-strict-aliasing \
+		-c -o $@ $(src)dlmalloc.c
+
 $(obj)../tools/envcrc:
 	$(MAKE) -C ../tools
 
-- 
1.6.4.1.174.g32f4c

  reply	other threads:[~2009-09-26 12:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-26 12:57 [U-Boot] [RFC][PATCH 0/8] i386 Full Relocation Graeme Russ
2009-09-26 12:57 ` Graeme Russ [this message]
2009-09-26 19:20   ` [U-Boot] [RFC][PATCH 1/8] Fix gcc 4.4.1 compiler warning Mike Frysinger
2009-09-26 12:57 ` [U-Boot] [RFC][PATCH 2/8] Add low-level progress indications Graeme Russ
2009-09-26 12:57 ` [U-Boot] [RFC][PATCH 3/8] Fix i386 malloc initialisation Graeme Russ
2009-09-26 12:57 ` [U-Boot] [RFC][PATCH 4/8] Rearrange i386 Interupt Handling Graeme Russ
2009-09-26 12:57 ` [U-Boot] [RFC][PATCH 5/8] Fix race condition when using SC520 timers Graeme Russ
2009-09-26 12:57 ` [U-Boot] [RFC][PATCH 6/8] Reorder source objects in lib_i386 Makefile Graeme Russ
2009-09-26 12:57 ` [U-Boot] [RFC][PATCH 7/8] Fix global label in inline asm compile error Graeme Russ
2009-09-26 12:57 ` [U-Boot] [RFC][PATCH 8/8] Final i386 Relocation Graeme Russ

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1253969858-841-2-git-send-email-graeme.russ@gmail.com \
    --to=graeme.russ@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.