components/desktop/thunderbird/patches/firefox-49-freebl-as.patch
changeset 7018 fdf447a07aff
parent 7017 25872950aa80
child 7020 58ca1f0fa3a7
equal deleted inserted replaced
7017:25872950aa80 7018:fdf447a07aff
     1 #
       
     2 # Building freebl should use the supplied top level compiler to drive the
       
     3 # assembler and not whichever gcc it happens to pick up.
       
     4 #
       
     5 --- a/security/nss/lib/freebl/Makefile	Mon Dec 21 14:32:54 2015
       
     6 +++ b/security/nss/lib/freebl/Makefile	Sun Apr  3 18:03:44 2016
       
     7 @@ -426,8 +426,8 @@
       
     8  else
       
     9      # Solaris for non-sparc family CPUs
       
    10      ifdef NS_USE_GCC
       
    11 -	LD = gcc
       
    12 -	AS = gcc
       
    13 +	LD = $(CC)
       
    14 +	AS = $(CC)
       
    15  	ASFLAGS = -x assembler-with-cpp
       
    16      endif
       
    17      ifeq ($(USE_64),1)