[cfe-commits] r82283 - /cfe/tags/Apple/clang/Makefile

Mike Stump mrs at apple.com
Fri Sep 18 14:40:15 PDT 2009


Author: mrs
Date: Fri Sep 18 16:40:15 2009
New Revision: 82283

URL: http://llvm.org/viewvc/llvm-project?rev=82283&view=rev
Log:
Remove hack, the problem has been fixed.

Modified:
    cfe/tags/Apple/clang/Makefile

Modified: cfe/tags/Apple/clang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/Makefile?rev=82283&r1=82282&r2=82283&view=diff

==============================================================================
--- cfe/tags/Apple/clang/Makefile (original)
+++ cfe/tags/Apple/clang/Makefile Fri Sep 18 16:40:15 2009
@@ -27,8 +27,6 @@
 # It's a GNU Source project
 include ./GNUSource.make
 
-# Hack around for 7195647
-CC := /usr/bin/cc
 CXX := /usr/bin/g++
 
 # Automatic Extract & Patch





More information about the cfe-commits mailing list