[oe-issues] [Bug 2434] New: [PATCH] Fix mesa build on AMD64 with i586 target
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Thu Jun 7 20:06:54 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2434
Summary: [PATCH] Fix mesa build on AMD64 with i586 target
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: antti.andreimann at mail.ee
QAContact: tinderbox-oe at gmx.net
Created an attachment (id=1575)
--> (http://bugs.openembedded.org/attachment.cgi?id=1575)
mesa-crosscompile-amd64-fix.patch
Mesa package uses gcc to build a gen_matypes utility, which generates matypes.h
include file for x86.
However it uses target CFLAGS and thus breaks with AMD64 gcc, which doesn't
want to know a thing about i586 specific flags.
Thus I have created a patch to mesa-mesa.inc which will fix the usage of gcc
and CFLAGS in src/mesa/x86/Makefile.
It will use BUILD_CC and BUILD_CFLAGS instead.
Please consider inclusion.
--
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