[Bug 768493] New: Differentiate between cross-compiling and executable prefix
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 6 16:20:07 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768493
Bug ID: 768493
Summary: Differentiate between cross-compiling and executable
prefix
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: olivier.crete at ocrete.ca
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
In cerbero, the prefix_is_executable() function was really use to check for
cross-compilation, there is also a cross_compiling() function that was little
used. So in the attached patch-set, I made "prefix_is_executable()" to mean if
the target binaries can be ran on the build host, and "cross_compiling()" mean
that the target host is different from the build host, even if they are the
same architecture. Then I have a series of patches to apply that everywhere.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list