diff options
author | cognet <cognet@FreeBSD.org> | 2004-06-17 17:53:16 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2004-06-17 17:53:16 +0000 |
commit | 42e5ac9f054f0770c24c6d349798fd7151ad01c4 (patch) | |
tree | eb286df3cb7862241a5579591a686231ebd14bf8 /libexec | |
parent | d850307d23e9675ed73635a3c3f80c21944c8c73 (diff) | |
download | FreeBSD-src-42e5ac9f054f0770c24c6d349798fd7151ad01c4.zip FreeBSD-src-42e5ac9f054f0770c24c6d349798fd7151ad01c4.tar.gz |
Woohoo !
the latest binutils import mades this gross hack useless, so just remove it.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/Makefile | 2 | ||||
-rw-r--r-- | libexec/rtld-elf/arm/Makefile.inc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 3512d8b..f8ae81d 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 bb27433..e8c0da7 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 |