Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
664a422e
Commit
664a422e
authored
Jun 10, 2014
by
Tom Finegan
Committed by
Gerrit Code Review
Jun 10, 2014
Browse files
Merge "Add x86_64-iphonesimulator-gcc target."
parents
70eb862f
9b259767
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
664a422e
...
@@ -1172,8 +1172,8 @@ EOF
...
@@ -1172,8 +1172,8 @@ EOF
enabled icc
&&
!
enabled pic
&&
add_cflags
-fno-pic
enabled icc
&&
!
enabled pic
&&
add_cflags
-fno-pic
;;
;;
iphonesimulator
)
iphonesimulator
)
add_asflags
-f
macho
32
add_asflags
-f
macho
${
bits
}
sim_arch
=
"-arch i386"
enabled x86
&&
sim_arch
=
"-arch i386"
||
sim_arch
=
"-arch x86_64"
add_cflags
${
sim_arch
}
add_cflags
${
sim_arch
}
add_ldflags
${
sim_arch
}
add_ldflags
${
sim_arch
}
;;
;;
...
...
configure
View file @
664a422e
...
@@ -137,6 +137,7 @@ all_platforms="${all_platforms} x86_64-darwin10-gcc"
...
@@ -137,6 +137,7 @@ all_platforms="${all_platforms} x86_64-darwin10-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-darwin11-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-darwin11-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-darwin12-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-darwin12-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-darwin13-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-darwin13-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-iphonesimulator-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-linux-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-linux-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-linux-icc"
all_platforms
=
"
${
all_platforms
}
x86_64-linux-icc"
all_platforms
=
"
${
all_platforms
}
x86_64-solaris-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-solaris-gcc"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment