components/desktop/thunderbird/patches/firefox-49-freebl-as.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Tue, 19 Jul 2016 14:15:23 -0700
changeset 6431 e4667e7df088
permissions -rw-r--r--
23601539 Update Thunderbird to version 45.1.0

#
# Building freebl should use the supplied top level compiler to drive the
# assembler and not whichever gcc it happens to pick up.
#
--- a/security/nss/lib/freebl/Makefile	Mon Dec 21 14:32:54 2015
+++ b/security/nss/lib/freebl/Makefile	Sun Apr  3 18:03:44 2016
@@ -426,8 +426,8 @@
 else
     # Solaris for non-sparc family CPUs
     ifdef NS_USE_GCC
-	LD = gcc
-	AS = gcc
+	LD = $(CC)
+	AS = $(CC)
 	ASFLAGS = -x assembler-with-cpp
     endif
     ifeq ($(USE_64),1)