mozilla-bmo1463035.patch
branchfirefox74
changeset 1123 7fa561e5d7c7
parent 1119 4c5d44d40a03
child 1125 3fd9346c90a6
equal deleted inserted replaced
1122:a9cd24eaa361 1123:7fa561e5d7c7
     1 
     1 
     2 # HG changeset patch
     2 # HG changeset patch
     3 # User Mike Hommey <mh+mozilla@glandium.org>
     3 # User Mike Hommey <mh+mozilla@glandium.org>
     4 # Date 1526871862 -32400
     4 # Date 1526871862 -32400
     5 # Node ID 94f21505ff13cd089f7129cd24927cf8b31a0f43
     5 # Node ID 94f21505ff13cd089f7129cd24927cf8b31a0f43
     6 # Parent  c2f46e526e92a1706d445f8e38a68bf90aee06f3
     6 # Parent  71b9d492b739602dbfe713fd4de3205e9d485f18
     7 Bug 1463035 - Remove MOZ_SIGNAL_TRAMPOLINE. r?darchons
     7 Bug 1463035 - Remove MOZ_SIGNAL_TRAMPOLINE. r?darchons
     8 
     8 
     9 For some reason, GNU as is not happy with the assembly generated after
     9 For some reason, GNU as is not happy with the assembly generated after
    10 bug 1238661 anymore on Debian armel.
    10 bug 1238661 anymore on Debian armel.
    11 
    11 
    13 workaround anymore, so let's just kill it.
    13 workaround anymore, so let's just kill it.
    14 
    14 
    15 diff --git a/mfbt/moz.build b/mfbt/moz.build
    15 diff --git a/mfbt/moz.build b/mfbt/moz.build
    16 --- a/mfbt/moz.build
    16 --- a/mfbt/moz.build
    17 +++ b/mfbt/moz.build
    17 +++ b/mfbt/moz.build
    18 @@ -132,20 +132,16 @@ EXPORTS["double-conversion"] = [
    18 @@ -131,20 +131,16 @@ EXPORTS["double-conversion"] = [
    19  LOCAL_INCLUDES += [
    19  LOCAL_INCLUDES += [
    20      '/mfbt/double-conversion',
    20      '/mfbt/double-conversion',
    21  ]
    21  ]
    22  
    22  
    23  if CONFIG['OS_ARCH'] == 'WINNT':
    23  if CONFIG['OS_ARCH'] == 'WINNT':