From c679d5d4432460b76d2b79dac4541fb8c2d89be0 Mon Sep 17 00:00:00 2001 From: David Kraeutmann Date: Tue, 19 Feb 2008 19:25:04 +0100 Subject: [PATCH] Updated Makefile to set default ARCH --- Makefile | 2 +- README.wrt350n | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1d3657590..a13845b351 100644 --- a/Makefile +++ b/Makefile @@ -190,7 +190,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ # Default value for CROSS_COMPILE is not to prefix executables # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile -ARCH ?= $(SUBARCH) +ARCH ?= arm CROSS_COMPILE ?= # Architecture as present in compile.h diff --git a/README.wrt350n b/README.wrt350n index 297ace1a89..6f7838d482 100644 --- a/README.wrt350n +++ b/README.wrt350n @@ -1,3 +1,4 @@ This is the linux kernel version 2.6.25-rc2-git1 with a wrt350n setup file for arch/arm/mach-orion. The setup file is located in arch/arm/mach-orion/wrt350n-setup.c . BTW: The setup file is for the ARM926 Version of the WRT350N (it uses a different flash base, but a Marvell SoC, too) WARNING: setup file highly experimental!! + -- 2.11.4.GIT