summaryrefslogtreecommitdiff
path: root/base/etc/portage/make.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'base/etc/portage/make.conf.tmpl')
-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}"