From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Schwebel Date: Wed, 12 Mar 2003 08:49:35 +0100 Subject: [U-Boot-Users] [PATCH] change default compiler for ARM Message-ID: <20030312074935.GS4459@pengutronix.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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-