[Bug 4144] New: python-core config Makefile includes ccache reference
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Tue Apr 1 00:31:56 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4144
Summary: python-core config Makefile includes ccache reference
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: uber.leoj at gmail.com
I'm running SlugOS/BE-4.8 and with python-core_2.5.1-ml5_armv5teb.ipk
The Makefile in /usr/lib/python-2.5/config contained the following lines:
CC= ccache armeb-linux-gcc -march=armv5te -mtune=xscale -mthumb-interwork
-mno-thumb
CXX= ccache armeb-linux-g++ -march=armv5te -mtune=xscale -mthumb-interwork
-mno-thumb
CPP=ccache armeb-linux-gcc -E'
With reference to ccache, python was not able to build anything because ccache
isn't installed on the system, nor is available. So I'm reporting this because
I'm unsure if it is the intended or desired behavior (having ccache in the
compiler def).
--
Configure bugmail: http://bugs.openembedded.net/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