From 14263a02e4a3a58b5ce6c40b4579d0929ad6de22 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 23 Jan 2007 02:04:23 +0000 Subject: [PATCH] tune-xscale.conf: Set TARGET_CC_KERNEL_ARCH correctly --- conf/machine/include/tune-xscale.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/tune-xscale.conf b/conf/machine/include/tune-xscale.conf index 0b98f09fc8..e5fea93912 100644 --- a/conf/machine/include/tune-xscale.conf +++ b/conf/machine/include/tune-xscale.conf @@ -1,3 +1,3 @@ TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" +TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" PACKAGE_ARCH = "armv5te" - -- 2.39.5