aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-01-23 02:04:23 +0000
committerRod Whitby <rod@whitby.id.au>2007-01-23 02:04:23 +0000
commit14263a02e4a3a58b5ce6c40b4579d0929ad6de22 (patch)
treecd917542dd2870d6e934be2f17bff4c0e072b660 /conf
parent6fa394ceac34ef739434b8765ae2bb09d117d506 (diff)
downloadopenembedded-14263a02e4a3a58b5ce6c40b4579d0929ad6de22.tar.gz
tune-xscale.conf: Set TARGET_CC_KERNEL_ARCH correctly
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-xscale.conf2
1 files changed, 1 insertions, 1 deletions
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"
-