summaryrefslogtreecommitdiff
path: root/base/etc/portage
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2021-05-15 10:15:02 -0700
committerMatt Turner <mattst88@gmail.com>2021-05-15 10:15:02 -0700
commit973254eca550371b728e787a23b520a33383522f (patch)
tree09768cfc80ea8bc47a348fd71ae79581d8ed7f9c /base/etc/portage
parent5b875685ec57d8d290d2d80cf35e8e616dcf5293 (diff)
Fix typo in make.conf
Diffstat (limited to 'base/etc/portage')
-rw-r--r--base/etc/portage/make.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
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}"