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