Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=5ce370469af14da0eb180004921c00e73a9aff87
commit 5ce370469af14da0eb180004921c00e73a9aff87 Author: crazy <[email protected]> Date: Fri Jan 26 03:42:40 2018 +0100 makepkg.conf: added -fno-plt C/CXX flags * I have to many working trees .. diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index c624e2c..c0e7f71 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -14,8 +14,8 @@ case $(uname -m) in x86_64) CARCH="x86_64" CHOST="x86_64-frugalware-linux" - CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" - CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" + CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" + CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ;; esac export CARCH CHOST CFLAGS CXXFLAGS _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
