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:
ff0e53a
)
tune-ppc603e: Drop -mhard-float
author
Tom Rini
<tom_rini@mentor.com>
Fri, 30 Apr 2010 23:40:22 +0000
(16:40 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 30 Apr 2010 23:41:04 +0000
(16:41 -0700)
-mcpu takes care of this argument for us
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/include/tune-ppc603e.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-ppc603e.inc
b/conf/machine/include/tune-ppc603e.inc
index
2f627a7
..
a1c62ad
100644
(file)
--- a/
conf/machine/include/tune-ppc603e.inc
+++ b/
conf/machine/include/tune-ppc603e.inc
@@
-1,4
+1,4
@@
-TARGET_CC_ARCH = "-mcpu=603e
-mhard-float
"
+TARGET_CC_ARCH = "-mcpu=603e"
BASE_PACKAGE_ARCH = "ppc603e"
FEED_ARCH = "ppc603e"
PACKAGE_EXTRA_ARCHS += "ppc603e"