diff options
Diffstat (limited to 'paludis/bashrc')
-rw-r--r-- | paludis/bashrc | 9 |
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" |