Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
702ea35e
Commit
702ea35e
authored
May 11, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show armv5/armv6 message only for ARM builds
Remove mention of google qemu since it supports armv7 these days
parent
30dd27fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
compile.sh
compile.sh
+10
-10
No files found.
compile.sh
View file @
702ea35e
...
...
@@ -37,16 +37,6 @@ esac
export
GCCVER
export
CXXSTL
# XXX : important!
cat
<<
EOF
For an ARMv6 device without FPU, you need a build without FPU:
$
export NO_FPU=1
For an ARMv5 device or the Android emulator, you need an ARMv5 build:
$
export NO_ARMV6=1
If you plan to use a release build, run 'compile.sh release'
EOF
# Set up ABI variables
if
[
${
ANDROID_ABI
}
=
"x86"
]
;
then
TARGET_TUPLE
=
"i686-linux-android"
...
...
@@ -65,6 +55,16 @@ else
PLATFORM_SHORT_ARCH
=
"arm"
fi
# XXX : important!
[
"
$HAVE_ARM
"
=
1
]
&&
cat
<<
EOF
For an ARMv6 device without FPU:
$
export NO_FPU=1
For an ARMv5 device:
$
export NO_ARMV6=1
If you plan to use a release build, run 'compile.sh release'
EOF
export
TARGET_TUPLE
export
PATH_HOST
export
HAVE_ARM
...
...
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