public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] change default compiler for ARM
@ 2003-03-12  7:49 Robert Schwebel
  0 siblings, 0 replies; only message in thread
From: Robert Schwebel @ 2003-03-12  7:49 UTC (permalink / raw)
  To: u-boot

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-

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-12  7:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-12  7:49 [U-Boot-Users] [PATCH] change default compiler for ARM Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox