[27436] trunk/dports/cross/arm-iphone-cc
source_changes at macosforge.org
source_changes at macosforge.org
Fri Aug 3 18:53:21 PDT 2007
Revision: 27436
http://trac.macosforge.org/projects/macports/changeset/27436
Author: landonf at macports.org
Date: 2007-08-03 18:53:21 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
Include ${iphone_root}/lib in the linker search path for the required libarmfp
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 01:45:20 UTC (rev 27435)
+++ trunk/dports/cross/arm-iphone-cc/Portfile 2007-08-04 01:53:21 UTC (rev 27436)
@@ -3,6 +3,7 @@
PortSystem 1.0
name arm-iphone-cc
version r93
+revision 1
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 01:45:20 UTC (rev 27435)
+++ trunk/dports/cross/arm-iphone-cc/files/patch-driver_arm-cc-specs.in 2007-08-04 01:53:21 UTC (rev 27436)
@@ -1,5 +1,5 @@
---- driver/arm-cc-specs.in.orig 2007-08-03 02:33:00.000000000 -0700
-+++ driver/arm-cc-specs.in 2007-08-03 02:34:16.000000000 -0700
+--- driver/arm-cc-specs.in.orig 2007-08-03 18:36:22.000000000 -0700
++++ driver/arm-cc-specs.in 2007-08-03 18:36:41.000000000 -0700
@@ -1,13 +1,13 @@
# Customize to match your system. Then, place this file in ~/.arm-cc-specs
# (where ~ represents your home dir).
@@ -17,3 +17,12 @@
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 +15,7 @@
+ AS=@prefix@/bin/arm-apple-darwin-as
+ ASFLAGS=-arch arm
+ LD=@prefix@/bin/arm-apple-darwin-ld
+-LDFLAGS=-syslibroot @prefix@/heavenly @prefix@/csu/crt1.o % -lSystem -lgcc_s_v6.1 -lm -larmfp
++LDFLAGS=-syslibroot @prefix@/heavenly @prefix@/csu/crt1.o % -lSystem -lgcc_s_v6.1 -lm -L at prefix@/lib -larmfp
+ LDFLAGS_DYLIB=-syslibroot @prefix@/heavenly -lSystem -lgcc_s_v6.1 -L at prefix@/csu -ldylib1.o -single_module -dylib -dynamic
+ LDFLAGS_FRAMEWORKSDIR=-F at prefix@/heavenly/System/Library/Frameworks
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070803/5f59135b/attachment.html
More information about the macports-changes
mailing list