From 61fc2558227783fe8553783cf3cfbb3a2732577e Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 12 Jan 2008 14:13:20 +0000 Subject: conf/machine/: fix configuration for Strongarm devices * replace erroneous TARGET_CC_ARCH line optimising for xscale instead of strongarm * remove inclusion of tune-strongarm.inc from collie.conf and replace it with the correct TARGET_CC_ARCH. Collie is the only Strongarm 1110 device in OE and thus needs special treatment * rename tune-strongarm.inc to tune-strongarm1100.inc and leave a short note to make it clear the file only applies to Strongarm 1100 devices. --- conf/machine/include/tune-strongarm.inc | 2 -- conf/machine/include/tune-strongarm1100.inc | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 conf/machine/include/tune-strongarm.inc create mode 100644 conf/machine/include/tune-strongarm1100.inc (limited to 'conf/machine/include') diff --git a/conf/machine/include/tune-strongarm.inc b/conf/machine/include/tune-strongarm.inc deleted file mode 100644 index 8654c996ef..0000000000 --- a/conf/machine/include/tune-strongarm.inc +++ /dev/null @@ -1,2 +0,0 @@ -TARGET_CC_ARCH = "-march=armv4 -mtune=xscale" - diff --git a/conf/machine/include/tune-strongarm1100.inc b/conf/machine/include/tune-strongarm1100.inc new file mode 100644 index 0000000000..f136710409 --- /dev/null +++ b/conf/machine/include/tune-strongarm1100.inc @@ -0,0 +1,5 @@ +# This machine lists common configuration options for Strongarm 1100 devices +# NOTE: The Zaurus Collie also has a Strongarm processor, but uses the 1110 type + +TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm1100" + -- cgit v1.2.3