Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
12651b3c
Commit
12651b3c
authored
Sep 21, 2010
by
John Koleszar
Committed by
Code Review
Sep 21, 2010
Browse files
Merge "configure: support for ppc32-linux-gcc"
parents
015cfcaf
887d6ef4
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
12651b3c
...
...
@@ -505,6 +505,12 @@ process_common_toolchain() {
*
i[3456]86
*
)
tgt_isa
=
x86
;;
*
powerpc64
*
)
tgt_isa
=
ppc64
;;
*
powerpc
*
)
tgt_isa
=
ppc32
;;
esac
# detect tgt_os
...
...
@@ -755,8 +761,8 @@ process_common_toolchain() {
link_with_cc
=
gcc
setup_gnu_toolchain
add_asflags
-force_cpusubtype_ALL
-I
"
\$
(dir
\$
<)darwin"
add_cflags
-maltivec
-faltivec
soft_enable altivec
enabled altivec
&&
add_cflags
-maltivec
case
"
$tgt_os
"
in
linux
*
)
...
...
@@ -768,6 +774,7 @@ process_common_toolchain() {
add_cflags
${
darwin_arch
}
-m
${
bits
}
-fasm-blocks
add_asflags
${
darwin_arch
}
-force_cpusubtype_ALL
-I
"
\$
(dir
\$
<)darwin"
add_ldflags
${
darwin_arch
}
-m
${
bits
}
enabled altivec
&&
add_cflags
-faltivec
;;
esac
;;
...
...
configure
View file @
12651b3c
...
...
@@ -97,6 +97,7 @@ all_platforms="${all_platforms} ppc32-darwin8-gcc"
all_platforms
=
"
${
all_platforms
}
ppc32-darwin9-gcc"
all_platforms
=
"
${
all_platforms
}
ppc64-darwin8-gcc"
all_platforms
=
"
${
all_platforms
}
ppc64-darwin9-gcc"
all_platforms
=
"
${
all_platormss
}
ppc32-linux-gcc"
all_platforms
=
"
${
all_platforms
}
ppc64-linux-gcc"
all_platforms
=
"
${
all_platforms
}
x86-darwin8-gcc"
all_platforms
=
"
${
all_platforms
}
x86-darwin8-icc"
...
...
Write
Preview
Markdown
is supported
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