From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 04 Sep 2009 22:16:21 +0200 Subject: [U-Boot] [PATCH 2/2] arm: Remove -fno-strict-aliasing In-Reply-To: <1251822285-29417-2-git-send-email-galak@kernel.crashing.org> References: <1251822285-29417-1-git-send-email-galak@kernel.crashing.org> <1251822285-29417-2-git-send-email-galak@kernel.crashing.org> Message-ID: <20090904201621.CD373832E8DE@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Kumar Gala, In message <1251822285-29417-2-git-send-email-galak@kernel.crashing.org> you wrote: > -fno-strict-aliasing is hidding warnings. > > Signed-off-by: Kumar Gala > --- > cpu/arm1136/config.mk | 3 +-- > cpu/arm1176/config.mk | 3 +-- > cpu/arm1176/s3c64xx/config.mk | 3 +-- > cpu/arm720t/config.mk | 3 +-- > cpu/arm920t/config.mk | 3 +-- > cpu/arm925t/config.mk | 3 +-- > cpu/arm926ejs/config.mk | 3 +-- > cpu/arm926ejs/davinci/config.mk | 3 +-- > cpu/arm946es/config.mk | 3 +-- > cpu/arm_cortexa8/config.mk | 3 +-- > cpu/arm_intcm/config.mk | 3 +-- > cpu/ixp/config.mk | 3 +-- > cpu/lh7a40x/config.mk | 3 +-- > cpu/pxa/config.mk | 3 +-- > cpu/s3c44b0/config.mk | 3 +-- > cpu/sa1100/config.mk | 3 +-- > 16 files changed, 16 insertions(+), 32 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Ninety-Ninety Rule of Project Schedules: The first ninety percent of the task takes ninety percent of the time, and the last ten percent takes the other ninety percent.