the latest binutils import mades this gross hack useless, so just remove it.
This commit is contained in:
Olivier Houchard 2004-06-17 17:53:16 +00:00
parent 612246d6ac
commit f77d42ce5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130646
2 changed files with 0 additions and 4 deletions

View File

@ -2,11 +2,9 @@
PROG?= ld-elf.so.1
# XXX: Hopefully this won't be needed after the next binutils import.
.if ${MACHINE_ARCH} != "arm"
SRCS= rtld_start.S \
reloc.c rtld.c rtld_lock.c map_object.c \
malloc.c xmalloc.c debug.c libmap.c
.endif
MAN= rtld.1
CSTD?= gnu99
CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD

View File

@ -1,3 +1 @@
# $FreeBSD$
SRCS= reloc.c rtld.c rtld_start.S rtld_lock.c map_object.c \
malloc.c xmalloc.c debug.c libmap.c