From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Tue, 29 Mar 2011 00:58:19 +0900 Subject: [U-Boot] [PATCH v2 3/5] MIPS: Optimize the setup of endianess and CPU optimization flags In-Reply-To: References: <1300137298-23836-1-git-send-email-daniel.schwierzeck@googlemail.com> <1300137298-23836-4-git-send-email-daniel.schwierzeck@googlemail.com> <4D7EAAA4.7070309@pobox.com> <4D80B8AC.8030501@pobox.com> <4D821489.50802@pobox.com> <4D8A08DE.3060900@pobox.com> <4D90A1A8.1030404@pobox.com> Message-ID: <4D90B01B.5070805@pobox.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 3/29/11 12:27 AM, Daniel Schwierzeck wrote: > Ok if we drop toolchain support for binutils lesser than 2.16 than I > can simplify the > this patch to one line because the assembler check is obsolete too: > > MIPSFLAGS = $(call cc-option,-march=mips32r2) > > Do you agree? It sounds you're misunderstanding how cc-option works. Could you take a look at $(TOPDIR)/config.mk again?