| From | Sent On | Attachments |
|---|---|---|
| Robert Watson | Jan 24, 2009 2:32 pm | |
| John Baldwin | Jan 26, 2009 6:54 am |
| Subject: | PERFORCE change 156624 for review | |
|---|---|---|
| From: | Robert Watson (rwat...@FreeBSD.org) | |
| Date: | Jan 24, 2009 2:32:33 pm | |
| List: | org.freebsd.p4-projects | |
http://perforce.freebsd.org/chv.cgi?CH=156624
Change 156624 by rwatson@rwatson_freebsd_capabilities on 2009/01/24 22:33:02
After much faldarah, we do want to use rtld_start not rtld_cap_start. Do use debugging symbols for now.
Affected files ...
.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#5
edit
Differences ...
====
//depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#5
(text+ko) ====
@@ -1,5 +1,5 @@
# $FreeBSD$
-# $P4:
//depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#4 $
+# $P4:
//depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#5 $
WITHOUT_SSP=
@@ -11,9 +11,9 @@ malloc.c xmalloc.c debug.c libmap.c NO_MAN= CSTD?= gnu99 -CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -DIN_RTLD_CAP +CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -DIN_RTLD_CAP -g CFLAGS+= -I${.CURDIR}/../rtld-elf/${MACHINE_ARCH} -I${.CURDIR}/../rtld-elf -LDFLAGS+= -nostdlib -Wl,-e,_rtld_cap_start -Wl,-T,rtld-elf-cap.xs +LDFLAGS+= -nostdlib -Wl,-e,_rtld_start -Wl,-T,rtld-elf-cap.xs INSTALLFLAGS= -C -b PRECIOUSPROG= BINDIR= /libexec
_______________________________________________ p4-p...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/p4-projects To unsubscribe, send any mail to "p4-p...@freebsd.org"





