summaryrefslogtreecommitdiff
path: root/paludis/bashrc
blob: ba11fa7b82db4754f815a87d0d34672433ec59b5 (plain)
1
2
3
4
5
6
7
8
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"