diff options
author | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-02 22:14:36 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-02 22:14:36 +0000 |
commit | c1cfc8256ffcde3d0afd4de42b6f36b715c60dcb (patch) | |
tree | dbd86d9a8c2879937d1b40602fc97597470329e6 /conf/machine/include/tune-iwmmxt.inc | |
parent | 98081bc36be3bb72de6ff3e57bc1a713fb453879 (diff) | |
parent | 31d144ff07c336393c2bc55ee5e486e17ee0bcfb (diff) |
merge of '761183d571c60b5df965993faf1c23d3f933718b'
and 'd52a54d5f2ae378fe03f9c8d4cfb66d2d6a45d41'
Diffstat (limited to 'conf/machine/include/tune-iwmmxt.inc')
-rw-r--r-- | conf/machine/include/tune-iwmmxt.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/include/tune-iwmmxt.inc b/conf/machine/include/tune-iwmmxt.inc new file mode 100644 index 0000000000..8376faca74 --- /dev/null +++ b/conf/machine/include/tune-iwmmxt.inc @@ -0,0 +1,6 @@ +# Configurations for the Intel PXA27x Appications Processor Family. +# Please use tune-xscale for PXA255/PXA26x based processors. +TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt" +PACKAGE_ARCH = "iwmmxt" +PACKAGE_EXTRA_ARCHS += "iwmmxt" + |