~mozillateam/thunderbird/thunderbird-beta.precise

« back to all changes in this revision

Viewing changes to debian/patches/dont-hardcode-softfp-on-armhf.patch

  • Committer: Chris Coulson
  • Date: 2015-12-08 15:41:36 UTC
  • Revision ID: chris.coulson@canonical.com-20151208154136-bukrcumsuajhnsbv
* Refresh patches
  - update debian/patches/unity-menubar.patch
  - update debian/patches/dont-include-hyphenation-patterns.patch
* Remove patches fixed upstream
  - remove debian/patches/dont-hardcode-softfp-on-armhf.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: firefox-trunk-37.0~a1~hg20150107r222415/mozilla/media/libvpx/moz.build
2
 
===================================================================
3
 
--- firefox-trunk-37.0~a1~hg20150107r222415.orig/mozilla/media/libvpx/moz.build 2015-01-07 22:09:30.000000000 +0000
4
 
+++ firefox-trunk-37.0~a1~hg20150107r222415/mozilla/media/libvpx/moz.build      2015-01-12 13:55:31.396615520 +0000
5
 
@@ -64,7 +64,7 @@
6
 
 
7
 
     for f in SOURCES:
8
 
         if f.endswith('.c') and 'neon' in f:
9
 
-            SOURCES[f].flags += ['-march=armv7-a', '-mthumb', '-mfloat-abi=softfp', '-mfpu=neon']
10
 
+            SOURCES[f].flags += ['-march=armv7-a', '-mthumb', '-mfpu=neon']
11
 
 
12
 
 # boolhuff_armv5te.asm defines the same functions as boolhuff.c instead of
13
 
 # using RTCD, so we have to make sure we only add one of the two.