svn commit: r206468 - projects/clangbsd/lib/csu/i386-elf

Roman Divacky rdivacky at FreeBSD.org
Sun Apr 11 11:27:20 UTC 2010


Author: rdivacky
Date: Sun Apr 11 11:27:19 2010
New Revision: 206468
URL: http://svn.freebsd.org/changeset/base/206468

Log:
  csu should be fine on i386 as well

Modified:
  projects/clangbsd/lib/csu/i386-elf/Makefile

Modified: projects/clangbsd/lib/csu/i386-elf/Makefile
==============================================================================
--- projects/clangbsd/lib/csu/i386-elf/Makefile	Sun Apr 11 08:27:48 2010	(r206467)
+++ projects/clangbsd/lib/csu/i386-elf/Makefile	Sun Apr 11 11:27:19 2010	(r206468)
@@ -1,14 +1,7 @@
 # $FreeBSD$
 
-.include <bsd.own.mk>
-
 .PATH: ${.CURDIR}/../common
 
-# XXX: prevents infinite loop on startup
-.if ${MK_CLANG_IS_CC} != "no" && ${CC} == "cc"
-CC=		gcc
-.endif
-
 SRCS=		crti.S crtn.S
 FILES=		${SRCS:N*.h:R:S/$/.o/g} gcrt1.o crt1.o Scrt1.o
 FILESOWN=	${LIBOWN}


More information about the svn-src-projects mailing list