[oe-issues] [Bug 2536] New: update "packages/classpath/classpath.inc"
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Jun 19 16:24:05 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2536
Summary: update "packages/classpath/classpath.inc"
Product: Openembedded
Version: Angstrom
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: bugs.openembedded.org at rolf.leggewie.biz
QAContact: tinderbox-oe at gmx.net
CC: andrew.paulsen at gmail.com
Blocks: 2296
This bug is to break down bug 2296 into smaller, more manageable pieces. This
one deals with "packages/cacao/cacao-fpu.inc" from attachment 1472
#
# old_revision [6f6fa051cc160c46ef36e9742660dd9d95077ff7]
#
# add_dir "packages/cacao"
#
# add_dir "packages/cacao/files"
#
# add_file "packages/cacao/cacao-fpu.inc"
# content [067e1ca3c0319c76ed4942d9f9c74ce85f078437]
#
============================================================
--- packages/cacao/cacao-fpu.inc
067e1ca3c0319c76ed4942d9f9c74ce85f078437
+++ packages/cacao/cacao-fpu.inc
067e1ca3c0319c76ed4942d9f9c74ce85f078437
@@ -0,0 +1,6 @@
+
+def get_cacao_fpu_setting(bb, d):
+ if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
+ return "--enable-softfloat"
+ return ""
+
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list