Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2008 21:54:31 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 152431 for review
Message-ID:  <200811032154.mA3LsVbR057725@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152431

Change 152431 by peter@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811032154.mA3LsVbR057725>