public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc/files: xbmc-9999-no-arm-flags.patch
@ 2012-01-27 22:51 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2012-01-27 22:51 UTC (permalink / raw
  To: gentoo-commits

vapier      12/01/27 22:51:35

  Added:                xbmc-9999-no-arm-flags.patch
  Log:
  Disable hardcoding of random ARM compiler flags #400617 by Fabio Erculiani.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.1&content-type=text/plain

Index: xbmc-9999-no-arm-flags.patch
===================================================================
http://bugs.gentoo.org/400617

do not force any particular ABI or FPU or SIMD compiler flags for arm
targets.  let the toolchain and user CFLAGS control that.

--- a/configure.in
+++ b/configure.in
@@ -571,7 +571,7 @@
     LIBS="$LIBS -framework DiskArbitration"
     LIBS="$LIBS -framework ApplicationServices"
   fi
-elif test "$use_arch" = "arm"; then
+elif false; then
   CFLAGS="$CFLAGS -mfloat-abi=softfp -mno-apcs-stack-check"
   CXXFLAGS="$CXXFLAGS -mfloat-abi=softfp -mno-apcs-stack-check"
   FFMPEG_EXTRACFLAGS="-mfloat-abi=softfp"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc/files: xbmc-9999-no-arm-flags.patch
@ 2012-04-26  2:06 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2012-04-26  2:06 UTC (permalink / raw
  To: gentoo-commits

vapier      12/04/26 02:06:49

  Modified:             xbmc-9999-no-arm-flags.patch
  Log:
  -q
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?r1=1.1&r2=1.2

Index: xbmc-9999-no-arm-flags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbmc-9999-no-arm-flags.patch	27 Jan 2012 22:51:35 -0000	1.1
+++ xbmc-9999-no-arm-flags.patch	26 Apr 2012 02:06:49 -0000	1.2
@@ -11,6 +11,6 @@
    fi
 -elif test "$use_arch" = "arm"; then
 +elif false; then
-   CFLAGS="$CFLAGS -mfloat-abi=softfp -mno-apcs-stack-check"
-   CXXFLAGS="$CXXFLAGS -mfloat-abi=softfp -mno-apcs-stack-check"
-   FFMPEG_EXTRACFLAGS="-mfloat-abi=softfp"
+   CFLAGS="$CFLAGS -mno-apcs-stack-check"
+   CXXFLAGS="$CXXFLAGS -mno-apcs-stack-check"
+   FFMPEG_EXTRACFLAGS=""






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc/files: xbmc-9999-no-arm-flags.patch
@ 2012-07-02 22:13 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2012-07-02 22:13 UTC (permalink / raw
  To: gentoo-commits

vapier      12/07/02 22:13:55

  Modified:             xbmc-9999-no-arm-flags.patch
  Log:
  Update patch to latest git #424485 by tsubus.
  
  (Portage version: 2.2.0_alpha112/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?r1=1.2&r2=1.3

Index: xbmc-9999-no-arm-flags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xbmc-9999-no-arm-flags.patch	26 Apr 2012 02:06:49 -0000	1.2
+++ xbmc-9999-no-arm-flags.patch	2 Jul 2012 22:13:55 -0000	1.3
@@ -6,9 +6,9 @@
 --- a/configure.in
 +++ b/configure.in
 @@ -571,7 +571,7 @@
-     LIBS="$LIBS -framework DiskArbitration"
-     LIBS="$LIBS -framework ApplicationServices"
+     LIBS="$LIBS -framework QuartzCore"
    fi
+   USE_EXTERNAL_FFMPEG=1
 -elif test "$use_arch" = "arm"; then
 +elif false; then
    CFLAGS="$CFLAGS -mno-apcs-stack-check"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/xbmc/files: xbmc-9999-no-arm-flags.patch
@ 2012-09-08 17:23 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2012-09-08 17:23 UTC (permalink / raw
  To: gentoo-commits

vapier      12/09/08 17:23:43

  Modified:             xbmc-9999-no-arm-flags.patch
  Log:
  Update arm flags patch to latest git #434182 by BT.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch?r1=1.3&r2=1.4

Index: xbmc-9999-no-arm-flags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/files/xbmc-9999-no-arm-flags.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xbmc-9999-no-arm-flags.patch	2 Jul 2012 22:13:55 -0000	1.3
+++ xbmc-9999-no-arm-flags.patch	8 Sep 2012 17:23:43 -0000	1.4
@@ -6,9 +6,9 @@
 --- a/configure.in
 +++ b/configure.in
 @@ -571,7 +571,7 @@
-     LIBS="$LIBS -framework QuartzCore"
-   fi
-   USE_EXTERNAL_FFMPEG=1
+ elif test "$target_platform" = "target_raspberry_pi"; then
+   ARCH="arm"
+   use_arch="arm"
 -elif test "$use_arch" = "arm"; then
 +elif false; then
    CFLAGS="$CFLAGS -mno-apcs-stack-check"





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-08 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 22:13 [gentoo-commits] gentoo-x86 commit in media-tv/xbmc/files: xbmc-9999-no-arm-flags.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-08 17:23 Mike Frysinger (vapier)
2012-04-26  2:06 Mike Frysinger (vapier)
2012-01-27 22:51 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox