diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-29 01:33:59 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-29 01:33:59 +0000 |
| commit | d48890cfb8cf92f9f2d49763781b20fd01e1e9d4 (patch) | |
| tree | b971befb61e661c38ca8a12e087cc3b59f93ce95 /gnu/usr.bin | |
| parent | a162c9ae9c55a9593b15ef618f4df0a045e39dbd (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index b9ddea131909..6f7fd7b81f51 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -62,11 +62,3 @@ /* FreeBSD is 4.4BSD derived */ #define bsd4_4 - -/* - * Link in libssp_nonshared to get local hidden symbol for - * __stack_chk_fail_local into each binary that needs it. - * Linux does this with static part of their libc.so linker script, we reuse - * libssp_nonshared.a for the same purpose. - */ -#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all:-lssp_nonshared}" |
