diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-06-17 17:53:16 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-06-17 17:53:16 +0000 |
| commit | f77d42ce5c7a02d96e555c3b598b6669bae548fd (patch) | |
| tree | eb286df3cb7862241a5579591a686231ebd14bf8 /libexec/rtld-elf/Makefile | |
| parent | 612246d6acb96aec51a7e1b6765f39826139fcd1 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 2 |
1 files changed, 0 insertions, 2 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 |
