Re: [U-Boot] [RFC] ARM: Toolchain configuration for Cortex A8 based OMAP3?

2008-08-28 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: On 08:39 Sat 23 Aug , Dirk Behme wrote: While preparing U-Boot patches for ARM Cortex A8 based OMAP3 [1], we found that we use CodeSourcery ARM toolchain [2], and the way we locally modified main Makefile to use this toolchain is most probably

Re: [U-Boot] [RFC] ARM: Toolchain configuration for Cortex A8 based OMAP3?

2008-08-27 Thread Dirk Behme
Dirk Behme wrote: While preparing U-Boot patches for ARM Cortex A8 based OMAP3 [1], we found that we use CodeSourcery ARM toolchain [2], and the way we locally modified main Makefile to use this toolchain is most probably incompatible with mainline. Please find below some diffs what we

Re: [U-Boot] [RFC] ARM: Toolchain configuration for Cortex A8 based OMAP3?

2008-08-27 Thread ksi
On Wed, 27 Aug 2008, Wolfgang Denk wrote: Dear Dirk, In message [EMAIL PROTECTED] you wrote: ... Now, the remaining question is what to do with +CROSS_COMPILE = arm-none-linux-gnueabi- +PLATFORM_CPPFLAGS += -march=armv7a we still have above. Checking our code, it seems we need

[U-Boot] [RFC] ARM: Toolchain configuration for Cortex A8 based OMAP3?

2008-08-23 Thread Dirk Behme
While preparing U-Boot patches for ARM Cortex A8 based OMAP3 [1], we found that we use CodeSourcery ARM toolchain [2], and the way we locally modified main Makefile to use this toolchain is most probably incompatible with mainline. Please find below some diffs what we did locally. We now

Re: [U-Boot] [RFC] ARM: Toolchain configuration for Cortex A8 based OMAP3?

2008-08-23 Thread Woodruff, Richard
Hi Dirk, Relevant parts of OMAP3 patch we talk about here (most probably reformated cause of copy paste to mailtool, so just for discussion. Final patches will be sent by git-send-mail). Note the -lgcc_eh which seems to be CodeSourcery specific, and the -march=armv7a in config.mk. diff