mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Check is we should use -mregnames on PowerPC
Original commit message from CVS: Check is we should use -mregnames on PowerPC
This commit is contained in:
parent
31d748d332
commit
60916d6f41
1 changed files with 10 additions and 0 deletions
10
configure.ac
10
configure.ac
|
@ -147,6 +147,15 @@ fi
|
|||
dnl Check for a way to display the function name in debug output
|
||||
GST_CHECK_FUNCTION()
|
||||
|
||||
dnl check if we should use -Wa,-mregnames on PowerPC, so we can use
|
||||
dnl symbolic register names in inline asm
|
||||
if test x$HAVE_CPU_PPC = xyes ; then
|
||||
AS_COMPILER_FLAG(["-Wa,-mregnames"],
|
||||
[GST_INT_CFLAGS="$GST_INT_CFLAGS -Wa,-mregnames"],
|
||||
true)
|
||||
fi
|
||||
|
||||
|
||||
dnl Check for essential libraries first:
|
||||
dnl ====================================
|
||||
|
||||
|
@ -617,3 +626,4 @@ pkgconfig/gstreamer-control-uninstalled.pc
|
|||
gstreamer.spec,
|
||||
echo "$infomessages", infomessages="$infomessages"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue