Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
cc17629f
Commit
cc17629f
authored
14 years ago
by
Fritz Koenig
Committed by
Code Review
14 years ago
Browse files
Options
Downloads
Plain Diff
Merge "build: Change to iOS SDK 4.2"
parents
40dcae9c
615c90c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/make/configure.sh
+4
-4
4 additions, 4 deletions
build/make/configure.sh
with
4 additions
and
4 deletions
build/make/configure.sh
+
4
−
4
View file @
cc17629f
...
...
@@ -711,7 +711,7 @@ process_common_toolchain() {
TOOLCHAIN_PATH
=
${
SDK_PATH
}
/usr/bin
CC
=
${
TOOLCHAIN_PATH
}
/gcc
AR
=
${
TOOLCHAIN_PATH
}
/ar
LD
=
${
TOOLCHAIN_PATH
}
/arm-apple-darwin
9
-gcc-4.2.1
LD
=
${
TOOLCHAIN_PATH
}
/arm-apple-darwin
10
-gcc-4.2.1
AS
=
${
TOOLCHAIN_PATH
}
/as
STRIP
=
${
TOOLCHAIN_PATH
}
/strip
NM
=
${
TOOLCHAIN_PATH
}
/nm
...
...
@@ -725,14 +725,14 @@ process_common_toolchain() {
add_cflags
-arch
${
tgt_isa
}
add_ldflags
-arch_only
${
tgt_isa
}
add_cflags
"-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS
3.1
.sdk"
add_cflags
"-isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS
4.2
.sdk"
# This should be overridable
alt_libc
=
${
SDK_PATH
}
/SDKs/iPhoneOS
3.1
.sdk
alt_libc
=
${
SDK_PATH
}
/SDKs/iPhoneOS
4.2
.sdk
# Add the paths for the alternate libc
# for d in usr/include usr/include/gcc/darwin/4.0/; do
for
d
in
usr/include usr/include/gcc/darwin/4.0/ usr/lib/gcc/arm-apple-darwin
9
/4.
0
.1/include/
;
do
for
d
in
usr/include usr/include/gcc/darwin/4.0/ usr/lib/gcc/arm-apple-darwin
10
/4.
2
.1/include/
;
do
try_dir
=
"
${
alt_libc
}
/
${
d
}
"
[
-d
"
${
try_dir
}
"
]
&&
add_cflags
-I
"
${
try_dir
}
"
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment