[llvm-commits] [125640] arm EABI patch (Lauro Ramos Venancio)
    johannes at apple.com 
    johannes at apple.com
       
    Mon Apr  2 17:14:25 PDT 2007
    
    
  
Revision: 125640
Author:   johannes
Date:     2007-04-02 17:14:25 -0700 (Mon, 02 Apr 2007)
Log Message:
-----------
arm EABI patch (Lauro Ramos Venancio)
Modified Paths:
--------------
    apple-local/branches/llvm/libcpp/configure
    apple-local/branches/llvm/libcpp/configure.ac
Modified: apple-local/branches/llvm/libcpp/configure
===================================================================
--- apple-local/branches/llvm/libcpp/configure	2007-04-03 00:13:59 UTC (rev 125639)
+++ apple-local/branches/llvm/libcpp/configure	2007-04-03 00:14:25 UTC (rev 125640)
@@ -7965,7 +7965,7 @@
 case $target in
 	# APPLE LOCAL begin 4126124
 	alpha*-*-* | \
-	arm*-*-eabi* | \
+	arm*-*-*eabi* | \
 	arm*-*-symbianelf* | \
 	x86_64-*-* | \
 	ia64-*-* | \
Modified: apple-local/branches/llvm/libcpp/configure.ac
===================================================================
--- apple-local/branches/llvm/libcpp/configure.ac	2007-04-03 00:13:59 UTC (rev 125639)
+++ apple-local/branches/llvm/libcpp/configure.ac	2007-04-03 00:14:25 UTC (rev 125640)
@@ -108,7 +108,9 @@
 case $target in
 	# APPLE LOCAL begin 4126124
 	alpha*-*-* | \
-	arm*-*-eabi* | \
+        #APPLE LOCAL begin LLVM
+	arm*-*-*eabi* | \
+        #APPLE LOCAL end LLVM
 	arm*-*-symbianelf* | \
 	x86_64-*-* | \
 	ia64-*-* | \
    
    
More information about the llvm-commits
mailing list