diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-14 23:22:48 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-14 23:22:48 +0000 |
commit | 7817782b2837cf98f7566e13f80b9c071ff20139 (patch) | |
tree | 452a5677d990e0d9dc9c36ac08bd4204e447afc2 /arch | |
parent | e615a71056dfae4f19dfef86331eb030494b79b7 (diff) |
Fixed some dependencies, removed mDNS fix for 2.0, and factored for multi-arch support.
git-svn-id: http://svn.telesphoreo.org/trunk@218 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'arch')
-rw-r--r-- | arch/darwin-arm/target | 1 | ||||
-rw-r--r-- | arch/iphoneos-arm/target | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/darwin-arm/target b/arch/darwin-arm/target new file mode 100644 index 000000000..34f6e4f76 --- /dev/null +++ b/arch/darwin-arm/target @@ -0,0 +1 @@ +arm-apple-darwin8 diff --git a/arch/iphoneos-arm/target b/arch/iphoneos-arm/target new file mode 100644 index 000000000..573e31146 --- /dev/null +++ b/arch/iphoneos-arm/target @@ -0,0 +1 @@ +arm-apple-darwin9 |