From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH][meta-oe][meta-efl 4/6] mplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorize
Date: Thu, 15 Dec 2011 14:31:38 +0100 [thread overview]
Message-ID: <1323955898-31477-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20111215132901.GC4419@jama.jama.net>
* we had -ftree-vectorize instead of -frename-registers here, but that's
causing ICE with latest gcc-4.6 from meta-oe
* qemux86-64 was still failing without -fno-tree-vectorize
* similar to issue in libvpx
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html
and lowering to -O3 is not enough in this case
| libmpcodecs/ad_imaadpcm.c: In function 'qt_ima_adpcm_decode_block':
| libmpcodecs/ad_imaadpcm.c:177:12: internal compiler error: Segmentation fault
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See <http://gcc.gnu.org/bugs.html> for instructions.
| make: *** [libmpcodecs/ad_imaadpcm.o] Error 1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index ee64ca8..72d5754 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -21,7 +21,7 @@ SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
ARM_INSTRUCTION_SET = "ARM"
PV = "2.0+gitr${SRCPV}"
-PR = "r3"
+PR = "r4"
PARALLEL_MAKE = ""
@@ -130,8 +130,7 @@ EXTRA_OECONF = " \
EXTRA_OECONF_append_armv6 = " --enable-armv6"
EXTRA_OECONF_append_armv7a = " --enable-armv6 --enable-neon"
-FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O4 -ffast-math"
-FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -ftree-vectorize -fomit-frame-pointer -O4 -ffast-math"
+FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O4 -ffast-math -fno-tree-vectorize"
BUILD_OPTIMIZATION = "${FULL_OPTIMIZATION}"
CFLAGS_append = " -I${S}/libdvdread4 "
--
1.7.8
next prev parent reply other threads:[~2011-12-15 13:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-15 12:12 [PATCH][meta-oe][meta-efl 0/6] Small fixes Martin Jansa
2011-12-15 12:15 ` [PATCH][meta-oe][meta-efl 1/6] epdfview: disable cups Martin Jansa
2011-12-15 12:15 ` [PATCH][meta-oe][meta-efl 2/6] xf86-input-void: drop archive prefix from checksums Martin Jansa
2011-12-15 12:15 ` [PATCH][meta-oe][meta-efl 3/6] samba: Force python disabled for now to avoid host contamination Martin Jansa
2011-12-15 12:15 ` [PATCH][meta-oe][meta-efl 4/6] mplayer2: drop FULL_OPTIMIZATION_armv7a Martin Jansa
2011-12-15 13:29 ` Martin Jansa
2011-12-15 13:31 ` Martin Jansa [this message]
2011-12-16 21:46 ` [PATCH][meta-oe][meta-efl 4/6] mplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorize Khem Raj
2011-12-15 12:15 ` [PATCH][meta-oe][meta-efl 5/6] pixman, libav, libvpx, fftwf: bump PR after arm OVERRIDES changes in oe-core Martin Jansa
2011-12-15 12:15 ` [PATCH][meta-oe][meta-efl 6/6] libvpx: disable tree-vectorize Martin Jansa
2011-12-15 17:46 ` [PATCH][meta-oe][meta-efl 0/6] Small fixes Koen Kooi
2011-12-15 18:10 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1323955898-31477-1-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox