From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Cavallini Date: Thu, 22 Dec 2005 15:56:31 +0100 Subject: [U-Boot-Users] Compiler version (continued) References: <1135259230.6828.26.camel@localhost.localdomain> Message-ID: <000a01c60707$e61a3300$0200a8c0@kmobile> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I've found the option (-mabi=apcs-gnu) in /cpu/arm920t/config.mk and > removed it. The result line is > > #PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) > PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32) > > Now 'make all' with v3.1 cross compiler is OK, but... what does the > option mean? Is it important? See old thread on 11/10/2005 "Problem building U-Boot for ARM target" /marco