svn commit: r351779 - in stable/12/libexec/rtld-elf: amd64 i386
Konstantin Belousov
kib at FreeBSD.org
Tue Sep 3 19:36:47 UTC 2019
Author: kib
Date: Tue Sep 3 19:36:46 2019
New Revision: 351779
URL: https://svnweb.freebsd.org/changeset/base/351779
Log:
MFC r350575:
rtld-elf: Remove x86 elf_rtld.x linker scripts.
Deleted:
stable/12/libexec/rtld-elf/amd64/elf_rtld.x
stable/12/libexec/rtld-elf/i386/elf_rtld.x
Modified:
stable/12/libexec/rtld-elf/amd64/Makefile.inc
stable/12/libexec/rtld-elf/i386/Makefile.inc
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/libexec/rtld-elf/amd64/Makefile.inc
==============================================================================
--- stable/12/libexec/rtld-elf/amd64/Makefile.inc Tue Sep 3 19:34:32 2019 (r351778)
+++ stable/12/libexec/rtld-elf/amd64/Makefile.inc Tue Sep 3 19:36:46 2019 (r351779)
@@ -1,6 +1,3 @@
# $FreeBSD$
CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float
-# Uncomment this to build the dynamic linker as an executable instead
-# of a shared library:
-#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x
Modified: stable/12/libexec/rtld-elf/i386/Makefile.inc
==============================================================================
--- stable/12/libexec/rtld-elf/i386/Makefile.inc Tue Sep 3 19:34:32 2019 (r351778)
+++ stable/12/libexec/rtld-elf/i386/Makefile.inc Tue Sep 3 19:36:46 2019 (r351779)
@@ -1,6 +1,3 @@
# $FreeBSD$
CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float
-# Uncomment this to build the dynamic linker as an executable instead
-# of a shared library:
-#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x
More information about the svn-src-all
mailing list