Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2009 07:43:17 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r198436 - projects/clangbsd/gnu/lib/csu
Message-ID:  <200910240743.n9O7hHHt084558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rdivacky
Date: Sat Oct 24 07:43:17 2009
New Revision: 198436
URL: http://svn.freebsd.org/changeset/base/198436

Log:
  gnu/lib/csu works ok with the llvm patch. rewrite is in progress but for
  now build this with the default CC

Modified:
  projects/clangbsd/gnu/lib/csu/Makefile

Modified: projects/clangbsd/gnu/lib/csu/Makefile
==============================================================================
--- projects/clangbsd/gnu/lib/csu/Makefile	Sat Oct 24 07:38:25 2009	(r198435)
+++ projects/clangbsd/gnu/lib/csu/Makefile	Sat Oct 24 07:43:17 2009	(r198436)
@@ -3,11 +3,6 @@
 .include <bsd.own.mk>
 MK_SSP=		no
 
-# XXX: prevents infinite loop on startup
-.if ${MK_CLANG_IS_CC} != "no" && ${CC} == "cc"
-CC=		gcc
-.endif
-
 GCCDIR=	${.CURDIR}/../../../contrib/gcc
 GCCLIB=	${.CURDIR}/../../../contrib/gcclibs
 CCDIR=	${.CURDIR}/../../usr.bin/cc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910240743.n9O7hHHt084558>