aboutsummaryrefslogtreecommitdiff
path: root/lib/libgcc_eh
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-11-11 23:28:07 +0000
committerEd Maste <emaste@FreeBSD.org>2016-11-11 23:28:07 +0000
commit2ed1e385b00d98c25c11d6aa8183a20e44128e3d (patch)
tree9a0ae8f4effea6c13a194dd808e8abcf49adcefc /lib/libgcc_eh
parentf5dce90558d4591cafe126744f56cb1e35c682ed (diff)
downloadsrc-2ed1e385b00d98c25c11d6aa8183a20e44128e3d.tar.gz
src-2ed1e385b00d98c25c11d6aa8183a20e44128e3d.zip
libcc_{s,eh}: build without SSP
As in the gnu/lib/libgcc Makefile: libgcc is linked in last and thus cannot depend on ssp symbols coming from earlier libraries. Disable stack protection for this library. Reviewed by: dim Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=308563
Diffstat (limited to 'lib/libgcc_eh')
-rw-r--r--lib/libgcc_eh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgcc_eh/Makefile b/lib/libgcc_eh/Makefile
index 04f99d9e85cf..9909e73c9375 100644
--- a/lib/libgcc_eh/Makefile
+++ b/lib/libgcc_eh/Makefile
@@ -5,6 +5,7 @@
PACKAGE= clibs
LIB= gcc_eh
NO_PIC=
+MK_SSP= no
WARNS?= 2
.include "Makefile.inc"