Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 05/10] Revert "gst-ffmpeg: fix build for xtensa"
Date: Sun, 30 Mar 2014 21:57:49 +0400	[thread overview]
Message-ID: <1396202274-5109-6-git-send-email-jcmvbkbc@gmail.com> (raw)
In-Reply-To: <1396202274-5109-1-git-send-email-jcmvbkbc@gmail.com>

This reverts commit 7e558aa0d87d86be1bbc91b284acd0d11378ee4e.
Now that -mtext-section-literals is specified in the xtensa ABI this fix
is no longer needed.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
Changes v2 -> v3:
- new patch

 package/gstreamer/gst-ffmpeg/gst-ffmpeg.mk | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/package/gstreamer/gst-ffmpeg/gst-ffmpeg.mk b/package/gstreamer/gst-ffmpeg/gst-ffmpeg.mk
index eb7389f..6534f93 100644
--- a/package/gstreamer/gst-ffmpeg/gst-ffmpeg.mk
+++ b/package/gstreamer/gst-ffmpeg/gst-ffmpeg.mk
@@ -14,14 +14,6 @@ GST_FFMPEG_CONF_EXTRA_OPT = \
 		--cross-prefix=$(TARGET_CROSS) \
 		--target-os=linux
 
-GST_FFMPEG_CFLAGS = $(TARGET_CFLAGS)
-
-ifeq ($(BR2_xtensa),y)
-GST_FFMPEG_CFLAGS += -mtext-section-literals
-endif
-
-GST_FFMPEG_CONF_ENV = CFLAGS="$(GST_FFMPEG_CFLAGS)"
-
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 GST_FFMPEG_CONF_EXTRA_OPT += --enable-zlib
 GST_FFMPEG_DEPENDENCIES += zlib
-- 
1.8.1.4

  parent reply	other threads:[~2014-03-30 17:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-30 17:57 [Buildroot] [PATCH v3 00/10] xtensa: add -mtext-section-literals to xtensa ABI Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 01/10] uclibc: add missing .literal_position directives Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 02/10] Makefile.in: add -mtext-section-literals to xtensa ABI Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 03/10] Revert "civetweb: fix build for xtensa" Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 04/10] Revert "ffmpeg: " Max Filippov
2014-03-30 17:57 ` Max Filippov [this message]
2014-03-30 17:57 ` [Buildroot] [PATCH v3 06/10] Revert "gst1-libav: " Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 07/10] Revert "lmbench: " Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 08/10] Revert "php: " Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 09/10] Revert "sqlcipher: " Max Filippov
2014-03-30 17:57 ` [Buildroot] [PATCH v3 10/10] Revert "xtensa: sqlite requires special compiler option" Max Filippov
2014-03-31  3:26 ` [Buildroot] [PATCH v3 00/10] xtensa: add -mtext-section-literals to xtensa ABI Baruch Siach
2014-04-03 19:39 ` Thomas Petazzoni

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=1396202274-5109-6-git-send-email-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=buildroot@busybox.net \
    /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