From ef540dd65e749f9d023496c0d27df2c7dc99c65d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Oct 2018 09:24:07 +0100 Subject: add paludis configuration files --- paludis/bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 paludis/bashrc (limited to 'paludis/bashrc') diff --git a/paludis/bashrc b/paludis/bashrc new file mode 100644 index 0000000..ba11fa7 --- /dev/null +++ b/paludis/bashrc @@ -0,0 +1,9 @@ +CHOST="x86_64-pc-linux-gnu" +i686_pc_linux_gnu_CFLAGS="-O2 -march=i686 -mtune=generic -pipe -fno-delete-null-pointer-checks -fno-plt -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-deprecated -Wno-deprecated-declarations" +i686_pc_linux_gnu_CXXFLAGS="-O2 -march=i686 -mtune=generic -pipe -fno-delete-null-pointer-checks -fno-plt -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-deprecated -Wno-deprecated-declarations" +i686_pc_linux_gnu_LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,now -Wl,-z,relro" +i686_pc_linux_gnu_MAKEOPTS="-j8" +x86_64_pc_linux_gnu_CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -fno-plt -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-deprecated -Wno-deprecated-declarations" +x86_64_pc_linux_gnu_CXXFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -fno-plt -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-deprecated -Wno-deprecated-declarations" +x86_64_pc_linux_gnu_LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,now -Wl,-z,relro" +x86_64_pc_linux_gnu_MAKEOPTS="-j8" -- cgit v1.2.3