1 --- b/nss/lib/freebl/Makefile
2 +++ a/nss/lib/freebl/Makefile
5 # no __int128 at least up to lcc 1.23 (pretending to be gcc5)
6 # NB: CC_NAME is not defined here
7 -ifneq ($(shell $(CC) -? 2>&1 >/dev/null | sed -e 's/:.*//;1q'),lcc)
8 +ifneq ($(shell $(CC) -? 2>&1 >/dev/null </dev/null | sed -e 's/:.*//;1q'),lcc)
10 HAVE_INT128_SUPPORT = 1
11 DEFINES += -DHAVE_INT128_SUPPORT