mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.a
When linking programs statically, stack_chk_fail_local already comes from libc_nonshared, so we don't need it in lib{mach,hurd}user.a.
This commit is contained in:
parent
57e349b1b0
commit
cf44f08379
@ -223,6 +223,7 @@ endif
|
||||
ifdef interface-library
|
||||
|
||||
$(interface-library)-routines = $(interface-routines) stack_chk_fail_local
|
||||
$(interface-library)-shared-only-routines = stack_chk_fail_local
|
||||
extra-libs += $(interface-library)
|
||||
extra-libs-others += $(interface-library)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user