Cross Reference: firefox-49-freebl-as.patch
xref
: /
solaris-userland
/
components
/
desktop
/
firefox
/
patches
/
firefox-49-freebl-as.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
5784
N/A
#
5784
N/A
# Building freebl should use the supplied top level compiler to drive the
5784
N/A
# assembler and not whichever gcc it happens to pick up.
5784
N/A
#
5784
N/A
---
a/security/nss/lib/freebl/Makefile
Mon Dec 21 14:32:54 2015
5784
N/A
+++
b/security/nss/lib/freebl/Makefile
Sun Apr 3 18:03:44 2016
5784
N/A
@@ -426,8 +426,8 @@
5784
N/A
else
5784
N/A
# Solaris for non-sparc family CPUs
5784
N/A
ifdef NS_USE_GCC
5784
N/A
- LD = gcc
5784
N/A
- AS = gcc
5784
N/A
+ LD = $(CC)
5784
N/A
+ AS = $(CC)
5784
N/A
ASFLAGS = -x assembler-with-cpp
5784
N/A
endif
5784
N/A
ifeq ($(USE_64),1)