update cfgs according to the last changes

This commit is contained in:
arcan1s 2015-10-13 17:28:03 +03:00
parent ceb0b307ff
commit 9dcef4c0ce
2 changed files with 8 additions and 5 deletions

View File

@ -37,8 +37,8 @@ CHOST="x86_64-unknown-linux-gnu"
# -march (or -mcpu) builds exclusively for an architecture # -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family # -mtune optimizes for an architecture, but builds for whole processor family
CPPFLAGS="-D_FORTIFY_SOURCE=2" CPPFLAGS="-D_FORTIFY_SOURCE=2"
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
#-- Make Flags: change this for DistCC/SMP systems #-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2" #MAKEFLAGS="-j2"

View File

@ -8,7 +8,8 @@
#AUTOSAVEBACKUPFILE=0 #AUTOSAVEBACKUPFILE=0
#DEVELSRCDIR="" #DEVELSRCDIR=""
#DEVEL=0 #DEVEL=0
EDITOR="/usr/bin/vim" #VISUAL="$VISUAL"
#EDITOR="$EDITOR"
#FORCEENGLISH=0 #FORCEENGLISH=0
#FORCE=0 #FORCE=0
#TMPDIR="/tmp" #TMPDIR="/tmp"
@ -31,6 +32,7 @@ SUDONOVERIF=1 # Avoid multiple sudo checks when timestamp_timeout=0
#AURSEARCH=1 #AURSEARCH=1
#AURUPGRADE=0 #AURUPGRADE=0
#AURVOTE=1 #AURVOTE=1
#AURUSEGIT=0
# Build # Build
EXPORT=2 # Export to 1: EXPORTDIR or PKGDEST EXPORT=2 # Export to 1: EXPORTDIR or PKGDEST
@ -56,6 +58,7 @@ PU_NOCONFIRM=1 # Add --noconfirm to $PACMAN -U
# Command # Command
PACMAN="/usr/bin/pacman" PACMAN="/usr/bin/pacman"
#MAKEPKG="makepkg"
DIFFEDITCMD="/usr/bin/vimdiff" DIFFEDITCMD="/usr/bin/vimdiff"
# pacdiffviewer # pacdiffviewer