git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f0fe4
)
machine tune files: add FEED_ARCH to the usual suspects to make out-of-tree machines...
author
Koen Kooi
<koen@openembedded.org>
Mon, 27 Aug 2007 13:01:52 +0000
(13:01 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 27 Aug 2007 13:01:52 +0000
(13:01 +0000)
conf/machine/include/tune-arm1136jf-s.conf
patch
|
blob
|
history
conf/machine/include/tune-arm920t.conf
patch
|
blob
|
history
conf/machine/include/tune-arm926ejs.conf
patch
|
blob
|
history
conf/machine/include/tune-xscale.conf
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-arm1136jf-s.conf
b/conf/machine/include/tune-arm1136jf-s.conf
index
68316f3
..
a69df82
100644
(file)
--- a/
conf/machine/include/tune-arm1136jf-s.conf
+++ b/
conf/machine/include/tune-arm1136jf-s.conf
@@
-1,2
+1,3
@@
TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp"
-
PACKAGE
_ARCH = "armv6"
\ No newline at end of file
+
FEED
_ARCH = "armv6"
+PACKAGE_ARCH = "armv6"
diff --git
a/conf/machine/include/tune-arm920t.conf
b/conf/machine/include/tune-arm920t.conf
index
373bf46
..
b142d33
100644
(file)
--- a/
conf/machine/include/tune-arm920t.conf
+++ b/
conf/machine/include/tune-arm920t.conf
@@
-1,3
+1,4
@@
+FEED_ARCH = "armv4t"
PACKAGE_ARCH = "armv4t"
TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
diff --git
a/conf/machine/include/tune-arm926ejs.conf
b/conf/machine/include/tune-arm926ejs.conf
index
31fe886
..
c3e8d7a
100644
(file)
--- a/
conf/machine/include/tune-arm926ejs.conf
+++ b/
conf/machine/include/tune-arm926ejs.conf
@@
-1,3
+1,5
@@
+FEED_ARCH = "armv5te"
+
# For gcc 3.x you need:
#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
# For gcc 4.x you need:
diff --git
a/conf/machine/include/tune-xscale.conf
b/conf/machine/include/tune-xscale.conf
index
1d21294
..
f14aee9
100644
(file)
--- a/
conf/machine/include/tune-xscale.conf
+++ b/
conf/machine/include/tune-xscale.conf
@@
-1,3
+1,5
@@
+FEED_ARCH = "armv5te"
+
TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"