[U-Boot-Users] [PATCH] change default compiler for ARM

Robert Schwebel robert at schwebel.de
Wed Mar 12 08:49:35 CET 2003


Following our discussion about MAKEALL here's a patch to change the
default compiler for ARM to arm-linux-gcc. 

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4
-------------- next part --------------
diff -urN -x ptx-patches -x CVS u-boot/Makefile u-boot-ptx/Makefile
--- u-boot/Makefile	2003-03-07 07:39:02.000000000 +0100
+++ u-boot-ptx/Makefile	2003-03-07 08:25:16.000000000 +0100
@@ -72,7 +72,7 @@
 CROSS_COMPILE = ppc_8xx-
 endif
 ifeq ($(ARCH),arm)
-CROSS_COMPILE = arm_920TDI-
+CROSS_COMPILE = arm-linux-
 endif
 ifeq ($(ARCH),i386)
 #CROSS_COMPILE = i386-elf-


More information about the U-Boot mailing list