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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to