diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-28 13:48:13 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-28 13:48:13 +0000 |
commit | c5eb38dbacd45160840308061f811165a87b7df4 (patch) | |
tree | 2a3a6747303485e9431634f808a362eac3abb137 /conf/machine/include | |
parent | d68972c8d42cebcadbad5d51389a4357affef358 (diff) |
conf/machine: Go back to treating all Strongarm devices the same.
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html
gcc does not differentiate between the different Strongarm flavors, why should OE?
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-strongarm.inc | 6 | ||||
-rw-r--r-- | conf/machine/include/tune-strongarm1100.inc | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/conf/machine/include/tune-strongarm.inc b/conf/machine/include/tune-strongarm.inc new file mode 100644 index 0000000000..448b28c91f --- /dev/null +++ b/conf/machine/include/tune-strongarm.inc @@ -0,0 +1,6 @@ +# This machine lists common configuration options for Strongarm devices +# gcc does not differentiate between the different Strongarm versions, so neither do we +# http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html + +TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm" + diff --git a/conf/machine/include/tune-strongarm1100.inc b/conf/machine/include/tune-strongarm1100.inc deleted file mode 100644 index f136710409..0000000000 --- a/conf/machine/include/tune-strongarm1100.inc +++ /dev/null @@ -1,5 +0,0 @@ -# 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" - |