[27446] trunk/dports/cross/arm-iphone-cc

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 3 23:04:22 PDT 2007


Revision: 27446
          http://trac.macosforge.org/projects/macports/changeset/27446
Author:   landonf at macports.org
Date:     2007-08-03 23:04:22 -0700 (Fri, 03 Aug 2007)

Log Message:
-----------
Fix the path to llvm's opt binary -- fixes compiler optimization

Modified Paths:
--------------
    trunk/dports/cross/arm-iphone-cc/Portfile
    trunk/dports/cross/arm-iphone-cc/files/patch-driver_arm-cc-specs.in

Modified: trunk/dports/cross/arm-iphone-cc/Portfile
===================================================================
--- trunk/dports/cross/arm-iphone-cc/Portfile	2007-08-04 05:57:58 UTC (rev 27445)
+++ trunk/dports/cross/arm-iphone-cc/Portfile	2007-08-04 06:04:22 UTC (rev 27446)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name			arm-iphone-cc
 version			r93
-revision		3
+revision		4
 categories		iphone
 maintainers		landonf at macports.org openmaintainer at macports.org
 description		iPhone cross-compiler (driver) for arm-iphone

Modified: trunk/dports/cross/arm-iphone-cc/files/patch-driver_arm-cc-specs.in
===================================================================
--- trunk/dports/cross/arm-iphone-cc/files/patch-driver_arm-cc-specs.in	2007-08-04 05:57:58 UTC (rev 27445)
+++ trunk/dports/cross/arm-iphone-cc/files/patch-driver_arm-cc-specs.in	2007-08-04 06:04:22 UTC (rev 27446)
@@ -1,6 +1,6 @@
---- driver/arm-cc-specs.in.orig	2007-08-03 21:42:53.000000000 -0700
-+++ driver/arm-cc-specs.in	2007-08-03 21:43:13.000000000 -0700
-@@ -1,13 +1,14 @@
+--- driver/arm-cc-specs.in.orig	2007-08-03 23:05:06.000000000 -0700
++++ driver/arm-cc-specs.in	2007-08-03 23:05:48.000000000 -0700
+@@ -1,21 +1,22 @@
  # Customize to match your system. Then, place this file in ~/.arm-cc-specs
  # (where ~ represents your home dir).
 -PREPROCESS=@prefix@/bin/llvm-gcc
@@ -17,8 +17,9 @@
 +LLC=@MACPORTS_PREFIX@/bin/llc
  LLCFLAGS=-mtriple=arm-apple-darwin -relocation-model=dynamic-no-pic -mcpu=generic -f
  LLCFLAGS_DYLIB=-mtriple=arm-apple-darwin -f -mcpu=generic -relocation-model=pic
- OPT=@prefix@/bin/opt
-@@ -15,7 +16,7 @@
+-OPT=@prefix@/bin/opt
++OPT=@MACPORTS_PREFIX@/bin/opt
+ OPTFLAGS=-std-compile-opts
  AS=@prefix@/bin/arm-apple-darwin-as
  ASFLAGS=-arch arm
  LD=@prefix@/bin/arm-apple-darwin-ld

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070803/90d973e5/attachment.html


More information about the macports-changes mailing list