Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
f1387840
Commit
f1387840
authored
Nov 11, 2011
by
Fabian Greffrath
Committed by
Fiona Glaser
Nov 11, 2011
Browse files
Configure: force PIC for shared build on PARISC and MIPS
parent
e5063ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
f1387840
...
...
@@ -588,7 +588,7 @@ case $host_cpu in
s390|s390x
)
ARCH
=
"S390"
;;
parisc
|parisc
64
)
hppa
*
|
parisc
*
)
ARCH
=
"PARISC"
;;
ia64
)
...
...
@@ -626,7 +626,7 @@ if [ $compiler != ICL ]; then
fi
fi
if
[
$shared
=
yes
-a
\(
$ARCH
=
"X86_64"
-o
$ARCH
=
"PPC"
-o
$ARCH
=
"ALPHA"
-o
$ARCH
=
"ARM"
-o
$ARCH
=
"IA64"
\)
]
;
then
if
[
$shared
=
yes
-a
\(
$ARCH
=
"X86_64"
-o
$ARCH
=
"PPC"
-o
$ARCH
=
"ALPHA"
-o
$ARCH
=
"ARM"
-o
$ARCH
=
"IA64"
-o
$ARCH
=
"PARISC"
-o
$ARCH
=
"MIPS"
\)
]
;
then
pic
=
"yes"
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment