Re: [DNX#2006033142000794] [U-Boot-Users] [PATCH]Fix cc-option macro in confi [...]

Hello list,
inside the automatic U-Boot patch tracking system a new ticket [DNX#2006033142000794] was created:
<snip>
The following patch fix the compilation problem discussed in thread "Problem building U-Boot for ARM target"
Best regards -P.Broggini
Signed-off-by: Paolo Broggini pbroggini@softool.ch
CHANGELOG: Fix cc-option macro in config.mk, $(CFLAGS) dropped. Patch by Paolo Broggini, 12 Oct 2005
diff --git a/config.mk b/config.mk --- a/config.mk +++ b/config.mk @@ -90,7 +90,7 @@ HOSTSTRIP = strip # Option checker (courtesy linux kernel) to ensure # only supported compiler options are used # -cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ +cc-option = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null \
/dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
#
Hello all, I have the same error
cc1: invalid option 'abi=apcs-gnu'
with Freescale MC9328MX1 and some other ARM boards and I wonder why this patch has not been applied in 1.1.4. Is it correct to use it ? Should I expect to see it in next 1.1.5 ?
Thanks
Marco Cavallini Koan s.a.s. - Bergamo - ITALIA Embedded and Real-Time Software Engineering www.koansoftware.com | www.klinux.org
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
</snip>
Your U-Boot support team
participants (1)
-
DENX Support System