From 973254eca550371b728e787a23b520a33383522f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 15 May 2021 10:15:02 -0700 Subject: Fix typo in make.conf --- base/etc/portage/make.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/etc/portage') diff --git a/base/etc/portage/make.conf.tmpl b/base/etc/portage/make.conf.tmpl index 5a0ecd2..e90dc04 100644 --- a/base/etc/portage/make.conf.tmpl +++ b/base/etc/portage/make.conf.tmpl @@ -1,5 +1,5 @@ CHOST="x86_64-pc-linux-gnu" -COMMON_CFLAGS="-O2 -march={{ arch }} -pipe" +COMMON_FLAGS="-O2 -march={{ arch }} -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" -- cgit v1.2.3