From f77d42ce5c7a02d96e555c3b598b6669bae548fd Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Thu, 17 Jun 2004 17:53:16 +0000 Subject: [PATCH] Woohoo ! the latest binutils import mades this gross hack useless, so just remove it. --- libexec/rtld-elf/Makefile | 2 -- libexec/rtld-elf/arm/Makefile.inc | 2 -- 2 files changed, 4 deletions(-) diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 3512d8bfbd9f..f8ae81d91cf6 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -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 diff --git a/libexec/rtld-elf/arm/Makefile.inc b/libexec/rtld-elf/arm/Makefile.inc index bb27433ea2ca..e8c0da7a1d7e 100644 --- a/libexec/rtld-elf/arm/Makefile.inc +++ b/libexec/rtld-elf/arm/Makefile.inc @@ -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