svn commit: r193771 - projects/clangbsd/libexec/rtld-elf

Ed Schouten ed at FreeBSD.org
Mon Jun 8 21:55:19 UTC 2009


Author: ed
Date: Mon Jun  8 21:55:18 2009
New Revision: 193771
URL: http://svn.freebsd.org/changeset/base/193771

Log:
  rtld-elf also works now. Build it with Clang.

Modified:
  projects/clangbsd/libexec/rtld-elf/Makefile

Modified: projects/clangbsd/libexec/rtld-elf/Makefile
==============================================================================
--- projects/clangbsd/libexec/rtld-elf/Makefile	Mon Jun  8 21:52:20 2009	(r193770)
+++ projects/clangbsd/libexec/rtld-elf/Makefile	Mon Jun  8 21:55:18 2009	(r193771)
@@ -3,11 +3,6 @@
 .include <bsd.own.mk>
 MK_SSP=		no
 
-# XXX: prevents failed assertion on startup
-.if ${MK_CLANG_IS_CC} != "no" && ${CC} == "cc"
-CC=	gcc
-.endif
-
 PROG?=		ld-elf.so.1
 SRCS=		rtld_start.S \
 		reloc.c rtld.c rtld_lock.c map_object.c \


More information about the svn-src-projects mailing list