components/desktop/firefox/patches/firefox-17-xpt-as-flag.patch
branchs11u3-sru
changeset 7035 4c2f26e9d5ab
child 7364 1ac24a377555
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/firefox/patches/firefox-17-xpt-as-flag.patch	Mon Sep 05 05:00:46 2016 -0700
@@ -0,0 +1,17 @@
+We need the xptcstubsdef_asm file for Sun Studio, but not necessary for GCC. 
+One of the files was placed in the wrong location and needs to be moved. This 
+part can probably be sent upstream. 
+
+diff --git a/xpcom/reflect/xptcall/md/unix/moz.build b/xpcom/reflect/xptcall/md/unix/moz.build
+--- a/xpcom/reflect/xptcall/md/unix/moz.build
++++ b/xpcom/reflect/xptcall/md/unix/moz.build
+@@ -267,9 +270,6 @@
+     ]
+ 
+ if CONFIG['OS_ARCH'] == 'SunOS' and '86' in CONFIG['OS_TEST']:
+-    GENERATED_FILES = [
+-        'xptcstubsdef_asm.solx86',
+-    ]
+     if CONFIG['OS_TEST'] == 'x86_64':
+         if CONFIG['GNU_CC']:
+             SOURCES += [