From 6eda31e90db020e8e2b8bd7bcd2bef38ec59fc6a Mon Sep 17 00:00:00 2001 From: James Meyer Date: Fri, 5 Nov 2010 00:49:58 +0000 Subject: fix typo in makepkg.conf file REPLACEM->REPLACEME --- templates/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12