[gstreamer-bugs] [Bug 607317] [PATCH] fix unaligned detection for x86-64 when cross compiling
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 19 00:21:24 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=607317
GStreamer | gstreamer (core) | git
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at circular-chaos.org
Target Milestone|HEAD |0.10.26
--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-01-19 08:21:21 UTC ---
commit 15d47a6bedef727075895311282d9f5f5186b49d
Author: Peter Korsgaard <jacmet at sunsite.dk>
Date: Mon Jan 18 16:22:01 2010 +0100
gst-arch.m4: fix unaligned detection for x86-64 when cross compiling
Commit 4221e9dc (amd64/x86_64 allows unaligned memory access too) added
x86-64 to the unaligned access whitelist, but missed the trailing
wildcards, so the test never succeeds (host is something like
x86_64-unknown-linux-gnu).
When building natively, this isn't a big deal as the AC_TRY_RUN test
correctly detects it, but that doesn't work when cross compiling so
the build dies with:
configure: error: cannot run test program while cross compiling
See `config.log' for more details.
Fix it by adding the trailing wildcards.
Fixes bug #607317.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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