Author: asl
Date: Tue Aug 21 17:40:44 2007
New Revision: 41257

URL: http://llvm.org/viewvc/llvm-project?rev=41257&view=rev
Log:
Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces 
number of licenses used in LLVM.

Removed:
    llvm/trunk/runtime/GCCLibraries/
Modified:
    llvm/trunk/LICENSE.TXT
    llvm/trunk/runtime/Makefile

Modified: llvm/trunk/LICENSE.TXT
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/LICENSE.TXT?rev=41257&r1=41256&r2=41257&view=diff

==============================================================================
--- llvm/trunk/LICENSE.TXT (original)
+++ llvm/trunk/LICENSE.TXT Tue Aug 21 17:40:44 2007
@@ -66,4 +66,3 @@
 Autoconf            llvm/autoconf
                     llvm/projects/ModuleMaker/autoconf
                     llvm/projects/sample/autoconf
-GNU Libc            llvm/runtime/GCCLibraries/libc

Modified: llvm/trunk/runtime/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/Makefile?rev=41257&r1=41256&r2=41257&view=diff

==============================================================================
--- llvm/trunk/runtime/Makefile (original)
+++ llvm/trunk/runtime/Makefile Tue Aug 21 17:40:44 2007
@@ -18,7 +18,7 @@
        $(Echo) "Warning: with llvm-gcc version 4 and beyond"
 else 
 ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS  := GCCLibraries  libdummy libprofile GC
+PARALLEL_DIRS  := libdummy libprofile GC
 else
 PARALLEL_DIRS  := 
 install all ::


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to