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:
00e3272
)
celinux-test: softfloat only for ARM machines
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 16 Oct 2006 18:15:53 +0000
(18:15 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 16 Oct 2006 18:15:53 +0000
(18:15 +0000)
conf/distro/celinux-test.conf
patch
|
blob
|
history
diff --git
a/conf/distro/celinux-test.conf
b/conf/distro/celinux-test.conf
index
7bed702
..
d8b25e5
100644
(file)
--- a/
conf/distro/celinux-test.conf
+++ b/
conf/distro/celinux-test.conf
@@
-51,7
+51,7
@@
INHERIT += " package_ipk debian"
TARGET_OS = "linux"
# use softfloat binaries to gain speed on ARM machines
-TARGET_FPU = "soft"
+TARGET_FPU
_arm
= "soft"
# set minimal version of BitBake needed
BB_MIN_VERSION = "1.6.0"