diff options
Diffstat (limited to 'main/xulrunner/mozilla-build-arm.patch')
-rw-r--r-- | main/xulrunner/mozilla-build-arm.patch | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/main/xulrunner/mozilla-build-arm.patch b/main/xulrunner/mozilla-build-arm.patch index 7801b1573..742168e31 100644 --- a/main/xulrunner/mozilla-build-arm.patch +++ b/main/xulrunner/mozilla-build-arm.patch @@ -1,25 +1,22 @@ -diff -up mozilla-release/gfx/ycbcr/moz.build.arm mozilla-release/gfx/ycbcr/moz.build ---- mozilla-release/gfx/ycbcr/moz.build.arm 2013-12-05 17:07:32.000000000 +0100 -+++ mozilla-release/gfx/ycbcr/moz.build 2013-12-10 14:47:43.235182479 +0100 -@@ -61,7 +61,7 @@ else: +--- ./gfx/ycbcr/moz.build.orig 2014-04-03 13:50:38.990296661 +0000 ++++ ./gfx/ycbcr/moz.build 2014-04-03 13:52:26.878268547 +0000 +@@ -59,7 +59,7 @@ 'yuv_row_other.cpp', ] -if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']: +if CONFIG['HAVE_ARM_NEON']: - ASFILES += [ + SOURCES += [ 'yuv_row_arm.s', ] -diff -up mozilla-release/media/libtheora/lib/moz.build.arm mozilla-release/media/libtheora/lib/moz.build ---- mozilla-release/media/libtheora/lib/moz.build.arm 2013-12-05 17:07:48.000000000 +0100 -+++ mozilla-release/media/libtheora/lib/moz.build 2013-12-12 11:45:41.882119059 +0100 -@@ -8,7 +8,7 @@ MODULE = 'theora' - - LIBRARY_NAME = 'theora' +--- ./media/libtheora/lib/moz.build.orig 2014-04-03 13:50:38.990296661 +0000 ++++ ./media/libtheora/lib/moz.build 2014-04-03 13:53:46.259228947 +0000 +@@ -20,7 +20,7 @@ + 'state.c', + ] -if CONFIG['OS_TEST'] == 'arm' and CONFIG['GNU_AS']: +if CONFIG['HAVE_ARM_NEON'] and CONFIG['GNU_AS']: - asm_suffix = CONFIG['ASM_SUFFIX'] - ASFILES += [ - 'armbits-gnu.%s' % asm_suffix, - + GENERATED_SOURCES += [ '%s.%s' % (f, CONFIG['ASM_SUFFIX']) for f in [ + 'armbits-gnu', + 'armfrag-gnu', |