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:
86f7bbd
)
conf/machine/include/tune-arm920t.conf : fix so that -march and -mcpu arent
author
Graeme Gregory
<dp@xora.org.uk>
Tue, 17 Oct 2006 11:44:53 +0000
(11:44 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Tue, 17 Oct 2006 11:44:53 +0000
(11:44 +0000)
confilivting. THis caused all -Werror compiled programs to fail.
conf/machine/include/tune-arm920t.conf
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-arm920t.conf
b/conf/machine/include/tune-arm920t.conf
index
992f192
..
373bf46
100644
(file)
--- a/
conf/machine/include/tune-arm920t.conf
+++ b/
conf/machine/include/tune-arm920t.conf
@@
-1,3
+1,3
@@
PACKAGE_ARCH = "armv4t"
-TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t
-mcpu=arm920t
"
+TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"