diff options
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch b/meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch index d4fac605b6..36f47f9173 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch +++ b/meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch | |||
@@ -12,8 +12,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
12 | configure.ac | 19 +++++++++++++++++-- | 12 | configure.ac | 19 +++++++++++++++++-- |
13 | 1 file changed, 17 insertions(+), 2 deletions(-) | 13 | 1 file changed, 17 insertions(+), 2 deletions(-) |
14 | 14 | ||
15 | diff --git a/configure.ac b/configure.ac | ||
16 | index 28b0a14..2d4e984 100644 | ||
17 | --- a/configure.ac | 15 | --- a/configure.ac |
18 | +++ b/configure.ac | 16 | +++ b/configure.ac |
19 | @@ -98,6 +98,16 @@ AC_ARG_ENABLE(examples, | 17 | @@ -98,6 +98,16 @@ AC_ARG_ENABLE(examples, |
@@ -51,6 +49,20 @@ index 28b0a14..2d4e984 100644 | |||
51 | 49 | ||
52 | # glibc < 2.1.3 has a serious FP bug in the math inline header | 50 | # glibc < 2.1.3 has a serious FP bug in the math inline header |
53 | # that will cripple Vorbis. Look to see if the magic FP stack | 51 | # that will cripple Vorbis. Look to see if the magic FP stack |
54 | -- | 52 | @@ -178,12 +193,12 @@ else |
55 | 2.17.0 | 53 | fi;; |
56 | 54 | powerpc-*-linux*spe) | |
55 | DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES" | ||
56 | - CFLAGS="-O3 -Wall -Wextra -ffast-math -mfused-madd -D_REENTRANT" | ||
57 | - PROFILE="-pg -g -O3 -ffast-math -mfused-madd -D_REENTRANT";; | ||
58 | + CFLAGS="-O3 -Wall -Wextra -ffast-math -D_REENTRANT" | ||
59 | + PROFILE="-pg -g -O3 -ffast-math -D_REENTRANT";; | ||
60 | powerpc-*-linux*) | ||
61 | DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES" | ||
62 | - CFLAGS="-O3 -Wall -Wextra -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT" | ||
63 | - PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";; | ||
64 | + CFLAGS="-O3 -Wall -Wextra -ffast-math -mcpu=750 -D_REENTRANT" | ||
65 | + PROFILE="-pg -g -O3 -ffast-math -mcpu=750 -D_REENTRANT";; | ||
66 | *-*-linux*) | ||
67 | DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char" | ||
68 | CFLAGS="-O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char" | ||