Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2009 11:38:19 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r198364 - projects/capabilities8/libexec/rtld-elf-cap
Message-ID:  <200910221138.n9MBcJv2028987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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