From: Rod Whitby Date: Tue, 23 Jan 2007 02:04:23 +0000 (+0000) Subject: tune-xscale.conf: Set TARGET_CC_KERNEL_ARCH correctly X-Git-Tag: Release-2010-05/1~9352^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14263a02e4a3a58b5ce6c40b4579d0929ad6de22;p=openembedded.git tune-xscale.conf: Set TARGET_CC_KERNEL_ARCH correctly --- 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" -