From 6cb32d10f5048796a41154bf592372cfebcbc861 Mon Sep 17 00:00:00 2001 From: cognet Date: Fri, 14 May 2004 12:15:51 +0000 Subject: Import arm bits for rtld-elf. Obtained from: NetBSD --- libexec/rtld-elf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/rtld-elf/Makefile') diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 6168374..8418ca1 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PROG?= ld-elf.so.1 -SRCS= rtld_start.S rtld.c rtld_lock.c map_object.c malloc.c \ - xmalloc.c debug.c reloc.c libmap.c +SRCS= reloc.c rtld.c rtld_start.S rtld_lock.c map_object.c \ + malloc.c xmalloc.c debug.c libmap.c MAN= rtld.1 CSTD?= gnu99 CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -- cgit v1.1