mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come first!
The previous version made all shared binaries dump core.
This commit is contained in:
parent
a13ec35b05
commit
55a4ccf3e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129242
@ -1,7 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG?= ld-elf.so.1
|
||||
SRCS= reloc.c rtld.c rtld_start.S rtld_lock.c map_object.c \
|
||||
SRCS= rtld_start.S \
|
||||
reloc.c rtld.c rtld_lock.c map_object.c \
|
||||
malloc.c xmalloc.c debug.c libmap.c
|
||||
MAN= rtld.1
|
||||
CSTD?= gnu99
|
||||
|
Loading…
Reference in New Issue
Block a user