[U-Boot-Users] [PATCH] 1/4: default compiler

Robert Schwebel robert at schwebel.de
Wed Mar 19 13:57:41 CET 2003


- changes default compiler for ARM to arm-linux-gcc, as discussed
  recently

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 -urNb -x CVS -x ptx-patches u-boot/Makefile u-boot-ptx/Makefile
--- u-boot/Makefile	Wed Mar 12 15:27:30 2003
+++ u-boot-ptx/Makefile	Wed Mar 12 15:25:26 2003
@@ -57,7 +57,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