svn commit: r198364 - projects/capabilities8/libexec/rtld-elf-cap

Robert Watson rwatson at FreeBSD.org
Thu Oct 22 11:38:19 UTC 2009


Author: rwatson
Date: Thu Oct 22 11:38:19 2009
New Revision: 198364
URL: http://svn.freebsd.org/changeset/base/198364

Log:
  Merge Perforce c169677 into capabilities8:
  
    Custom linker script is no longer required for rtld-elf-cap as
    the kernel now auto-places position-independent code properly.

Deleted:
  projects/capabilities8/libexec/rtld-elf-cap/rtld-elf-cap.xs
Modified:
  projects/capabilities8/libexec/rtld-elf-cap/Makefile

Modified: projects/capabilities8/libexec/rtld-elf-cap/Makefile
==============================================================================
--- projects/capabilities8/libexec/rtld-elf-cap/Makefile	Thu Oct 22 11:35:12 2009	(r198363)
+++ projects/capabilities8/libexec/rtld-elf-cap/Makefile	Thu Oct 22 11:38:19 2009	(r198364)
@@ -14,7 +14,7 @@ MAN=		rtld-elf-cap.1
 CSTD?=		gnu99
 CFLAGS+=	-Wall -DFREEBSD_ELF -DIN_RTLD -DIN_RTLD_CAP -g
 CFLAGS+=	-I${.CURDIR} -I${.CURDIR}/../rtld-elf/${MACHINE_ARCH} -I${.CURDIR}/../rtld-elf
-LDFLAGS+=	-nostdlib -Wl,-e,.rtld_start -Wl,-T,${.CURDIR}/rtld-elf-cap.xs
+LDFLAGS+=	-nostdlib -Wl,-e,.rtld_start
 INSTALLFLAGS=	-C -b
 PRECIOUSPROG=
 BINDIR=		/libexec


More information about the svn-src-projects mailing list