From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Wed, 20 Feb 2008 18:58:27 +0100 Subject: [U-Boot-Users] FW: [PATCH][ARM] Rationalize ARM compiler options References: <20080219123609.3A63324D15@gemini.denx.de><007e01c8738a$908d7590$f4031a0a@atmel.com> <20080220105534.3db083d0@dhcp-252-066.norway.atmel.com> Message-ID: <000501c873ea$745d6b40$c3031c0a@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Wed, 20 Feb 2008 07:33:47 +0100 > "Ulf Samuelsson" wrote: > >> In this case, reality and the map differs. >> NWFPE toolchains built by cross-tool, buildroot, and www.gnuarm.com >> not sure abnout the last) all bombs when they reach the "-msoft-float" > > You mean they don't recognize -msoft-float as an option? Not the one's I have tried. > If so, > > CFLAGS += $(call cc-option,-msoft-float) > > should do the right thing, no? > > Haavard > Looks OK to me, but I never used "call cc-option". I think there are a multitude of possibilities, unless the goal is to ensure that anyone trying something else than ELDK will run into trouble. Best Regards Ulf Samuelsson