diff options
author | dfr <dfr@FreeBSD.org> | 1998-04-30 07:48:02 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-04-30 07:48:02 +0000 |
commit | ff6b56dce1f6bb2a9a2abb85e17615af33850b1e (patch) | |
tree | 9e2c95c6e6c4a487c0a2e99bce1cef5f7b2553e6 /libexec/rtld-elf/Makefile | |
parent | e2f2fa5616fb3a8268843da4ed303d7397e839ca (diff) | |
download | FreeBSD-src-ff6b56dce1f6bb2a9a2abb85e17615af33850b1e.zip FreeBSD-src-ff6b56dce1f6bb2a9a2abb85e17615af33850b1e.tar.gz |
Add GDB support. The method and some of the code came from NetBSD's elf
runtime linker.
Diffstat (limited to 'libexec/rtld-elf/Makefile')
-rw-r--r-- | libexec/rtld-elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index cc6dfbe..e7c0eb8 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,11 +1,11 @@ # -# $Id: Makefile,v 1.5 1998/03/05 21:05:47 jdp Exp $ +# $Id: Makefile,v 1.1.1.1 1998/03/07 19:24:35 jdp Exp $ # PROG= ld-elf.so.1 SRCS= rtld_start.S rtld.c map_object.c malloc.c xmalloc.c debug.c NOMAN= true -CFLAGS+= -elf -fpic +CFLAGS+= -elf -fpic -DFREEBSD_ELF CFLAGS+= -Wall LDFLAGS+= -elf -nostdlib -Wl,-Bshareable,-Bsymbolic LDADD+= -lc_pic |