summaryrefslogtreecommitdiff
path: root/paludis/bashrc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-21 09:24:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-21 09:24:07 +0100
commitef540dd65e749f9d023496c0d27df2c7dc99c65d (patch)
tree2d6f268799c2e830bcb49889ca2ca0af759b46b9 /paludis/bashrc
parent9c1bfef77dcf96c12fe0bc44c09f6703b5519408 (diff)
add paludis configuration files
Diffstat (limited to 'paludis/bashrc')
-rw-r--r--paludis/bashrc9
1 files changed, 9 insertions, 0 deletions
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"