PERFORCE change 152431 for review

Peter Wemm peter at FreeBSD.org
Mon Nov 3 13:54:33 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152431

Change 152431 by peter at peter_overcee on 2008/11/03 21:54:29

	Have a debug ld-elf for now.

Affected files ...

.. //depot/projects/hammer/libexec/rtld-elf/Makefile#20 edit

Differences ...

==== //depot/projects/hammer/libexec/rtld-elf/Makefile#20 (text+ko) ====

@@ -10,7 +10,7 @@
 		malloc.c xmalloc.c debug.c libmap.c
 MAN=		rtld.1
 CSTD?=		gnu99
-CFLAGS+=	-Wall -DFREEBSD_ELF -DIN_RTLD
+CFLAGS+=	-Wall -DFREEBSD_ELF -DIN_RTLD -g -DDEBUG
 CFLAGS+=	-I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}
 LDFLAGS+=	-nostdlib -e .rtld_start
 INSTALLFLAGS=	-C -b


More information about the p4-projects mailing list