summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-05 00:49:58 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-05 00:49:58 (GMT)
commit6eda31e90db020e8e2b8bd7bcd2bef38ec59fc6a (patch)
tree18273aa32e570b091620624206fd2b630bbdc4f5 /templates
parent2db8cff17ef0138ee79f20d57e0f8cb8b05e2fae (diff)
downloadlinhes_dev-6eda31e90db020e8e2b8bd7bcd2bef38ec59fc6a.zip
fix typo in makepkg.conf file REPLACEM->REPLACEME
Diffstat (limited to 'templates')
-rw-r--r--templates/makepkg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/makepkg.conf b/templates/makepkg.conf
index 3dd0609..7c97813 100644
--- a/templates/makepkg.conf
+++ b/templates/makepkg.conf
@@ -32,7 +32,7 @@ CHOST="REPLACEME-unknown-linux-gnu"
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="-march=REPLACEME -mtune=generic -O2 -pipe"
-CXXFLAGS="-march=REPLACEM -mtune=generic -O2 -pipe"
+CXXFLAGS="-march=REPLACEME -mtune=generic -O2 -pipe"
LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"