summaryrefslogtreecommitdiff
path: root/coreconf
diff options
context:
space:
mode:
authorBenjamin Beurdouche <bbeurdouche@mozilla.com>2020-09-14 14:54:04 +0000
committerBenjamin Beurdouche <bbeurdouche@mozilla.com>2020-09-14 14:54:04 +0000
commitb16c17c7284fbcb7ac41b8d7a7c1dbbb2ffe825a (patch)
tree605bd9517bd9f7eb359f3fabda24d401bc38f38a /coreconf
parent10161a8b5a12012f625321b4b1160fbc34436229 (diff)
downloadnss-hg-b16c17c7284fbcb7ac41b8d7a7c1dbbb2ffe825a.tar.gz
Bug 1660734 - Fix typo in coreconf/config.mk. r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D90081
Diffstat (limited to 'coreconf')
-rw-r--r--coreconf/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreconf/config.mk b/coreconf/config.mk
index 6823099e7..e0556af14 100644
--- a/coreconf/config.mk
+++ b/coreconf/config.mk
@@ -149,7 +149,7 @@ ifndef NSS_DISABLE_AVX2
endif
endif
ifeq (1,$(NSS_DISABLE_AVX2))
- $(warning Unable to find gcc 4.8 or greater, disabling avx2)
+ $(warning Unable to find gcc 4.8 or greater, disabling -mavx2)
export NSS_DISABLE_AVX2
endif
endif