svn commit: r216975 - in head/libexec/rtld-elf: amd64 i386

Dimitry Andric dim at FreeBSD.org
Tue Jan 4 20:26:41 UTC 2011


Author: dim
Date: Tue Jan  4 20:26:41 2011
New Revision: 216975
URL: http://svn.freebsd.org/changeset/base/216975

Log:
  Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386.
  ELF has been the default format for almost 12 years now.

Modified:
  head/libexec/rtld-elf/amd64/Makefile.inc
  head/libexec/rtld-elf/i386/Makefile.inc

Modified: head/libexec/rtld-elf/amd64/Makefile.inc
==============================================================================
--- head/libexec/rtld-elf/amd64/Makefile.inc	Tue Jan  4 20:15:16 2011	(r216974)
+++ head/libexec/rtld-elf/amd64/Makefile.inc	Tue Jan  4 20:26:41 2011	(r216975)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-CFLAGS+=	-elf
-LDFLAGS+=	-elf
 # Uncomment this to build the dynamic linker as an executable instead
 # of a shared library:
 #LDSCRIPT=	${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x

Modified: head/libexec/rtld-elf/i386/Makefile.inc
==============================================================================
--- head/libexec/rtld-elf/i386/Makefile.inc	Tue Jan  4 20:15:16 2011	(r216974)
+++ head/libexec/rtld-elf/i386/Makefile.inc	Tue Jan  4 20:26:41 2011	(r216975)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-CFLAGS+=	-elf
-LDFLAGS+=	-elf
 # 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-head mailing list