components/desktop/thunderbird/patches/firefox-17-xpt-as-flag.patch
changeset 6431 e4667e7df088
equal deleted inserted replaced
6430:74bc7531ae5a 6431:e4667e7df088
       
     1 We need the xptcstubsdef_asm file for Sun Studio, but not necessary for GCC. 
       
     2 One of the files was placed in the wrong location and needs to be moved. This 
       
     3 part can probably be sent upstream. 
       
     4 
       
     5 diff --git a/xpcom/reflect/xptcall/md/unix/moz.build b/xpcom/reflect/xptcall/md/unix/moz.build
       
     6 --- a/xpcom/reflect/xptcall/md/unix/moz.build
       
     7 +++ b/xpcom/reflect/xptcall/md/unix/moz.build
       
     8 @@ -267,9 +270,6 @@
       
     9      ]
       
    10  
       
    11  if CONFIG['OS_ARCH'] == 'SunOS' and '86' in CONFIG['OS_TEST']:
       
    12 -    GENERATED_FILES = [
       
    13 -        'xptcstubsdef_asm.solx86',
       
    14 -    ]
       
    15      if CONFIG['OS_TEST'] == 'x86_64':
       
    16          if CONFIG['GNU_CC']:
       
    17              SOURCES += [