Enable -fstack-clash-protection on all targets
This commit is contained in:
parent
ab4299b595
commit
d89d75ea4a
4 changed files with 12 additions and 12 deletions
|
@ -54,8 +54,8 @@ ENV PATH="/opt/ct-ng/bin:${PATH}" \
|
||||||
AR="${FFBUILD_TOOLCHAIN}-gcc-ar" \
|
AR="${FFBUILD_TOOLCHAIN}-gcc-ar" \
|
||||||
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
||||||
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
||||||
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -pthread" \
|
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -pthread" \
|
||||||
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -pthread" \
|
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -pthread" \
|
||||||
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong -Wl,-z,relro,-z,now -pthread -lm" \
|
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong -fstack-clash-protection -Wl,-z,relro,-z,now -pthread -lm" \
|
||||||
STAGE_CFLAGS="-fvisibility=hidden -fno-semantic-interposition" \
|
STAGE_CFLAGS="-fvisibility=hidden -fno-semantic-interposition" \
|
||||||
STAGE_CXXFLAGS="-fvisibility=hidden -fno-semantic-interposition"
|
STAGE_CXXFLAGS="-fvisibility=hidden -fno-semantic-interposition"
|
||||||
|
|
|
@ -56,8 +56,8 @@ ENV PATH="/opt/ct-ng/bin:${PATH}" \
|
||||||
AR="${FFBUILD_TOOLCHAIN}-gcc-ar" \
|
AR="${FFBUILD_TOOLCHAIN}-gcc-ar" \
|
||||||
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
||||||
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
||||||
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -pthread" \
|
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -pthread" \
|
||||||
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -pthread" \
|
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -fPIC -DPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -pthread" \
|
||||||
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong -Wl,-z,relro,-z,now -pthread -lm" \
|
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong -fstack-clash-protection -Wl,-z,relro,-z,now -pthread -lm" \
|
||||||
STAGE_CFLAGS="-fvisibility=hidden -fno-semantic-interposition" \
|
STAGE_CFLAGS="-fvisibility=hidden -fno-semantic-interposition" \
|
||||||
STAGE_CXXFLAGS="-fvisibility=hidden -fno-semantic-interposition"
|
STAGE_CXXFLAGS="-fvisibility=hidden -fno-semantic-interposition"
|
||||||
|
|
|
@ -40,8 +40,8 @@ ENV PATH="/opt/ct-ng/bin:${PATH}" \
|
||||||
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
||||||
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
||||||
DLLTOOL="${FFBUILD_TOOLCHAIN}-dlltool" \
|
DLLTOOL="${FFBUILD_TOOLCHAIN}-dlltool" \
|
||||||
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong" \
|
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection" \
|
||||||
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong" \
|
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection" \
|
||||||
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong" \
|
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong -fstack-clash-protection" \
|
||||||
STAGE_CFLAGS="-fno-semantic-interposition" \
|
STAGE_CFLAGS="-fno-semantic-interposition" \
|
||||||
STAGE_CXXFLAGS="-fno-semantic-interposition"
|
STAGE_CXXFLAGS="-fno-semantic-interposition"
|
||||||
|
|
|
@ -40,8 +40,8 @@ ENV PATH="/opt/ct-ng/bin:${PATH}" \
|
||||||
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
RANLIB="${FFBUILD_TOOLCHAIN}-gcc-ranlib" \
|
||||||
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
NM="${FFBUILD_TOOLCHAIN}-gcc-nm" \
|
||||||
DLLTOOL="${FFBUILD_TOOLCHAIN}-dlltool" \
|
DLLTOOL="${FFBUILD_TOOLCHAIN}-dlltool" \
|
||||||
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong" \
|
CFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection" \
|
||||||
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong" \
|
CXXFLAGS="-static-libgcc -static-libstdc++ -I/opt/ffbuild/include -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection" \
|
||||||
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong" \
|
LDFLAGS="-static-libgcc -static-libstdc++ -L/opt/ffbuild/lib -O2 -pipe -fstack-protector-strong -fstack-clash-protection" \
|
||||||
STAGE_CFLAGS="-fno-semantic-interposition" \
|
STAGE_CFLAGS="-fno-semantic-interposition" \
|
||||||
STAGE_CXXFLAGS="-fno-semantic-interposition"
|
STAGE_CXXFLAGS="-fno-semantic-interposition"
|
||||||
|
|
Loading…
Reference in a new issue