Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b115c1cd
Kaydet (Commit)
b115c1cd
authored
Tem 26, 2017
tarafından
Christian Lohmaier
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: configure - add missing flags for x86 targeting
Change-Id: Ia70f713cdfe2b532dfa4b8aa7876f830b3ef8175
üst
b7654300
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
configure.ac
configure.ac
+1
-2
No files found.
configure.ac
Dosyayı görüntüle @
b115c1cd
...
@@ -414,7 +414,6 @@ if test -n "$with_android_ndk"; then
...
@@ -414,7 +414,6 @@ if test -n "$with_android_ndk"; then
# Default to Clang 5.0
# Default to Clang 5.0
with_android_ndk_toolchain_version=clang5.0
with_android_ndk_toolchain_version=clang5.0
fi
fi
case "$with_android_ndk_toolchain_version" in
case "$with_android_ndk_toolchain_version" in
clang5.0)
clang5.0)
ANDROID_BINUTILS_DIR=$ANDROID_NDK_HOME/toolchains/$android_platform_prefix-4.9
ANDROID_BINUTILS_DIR=$ANDROID_NDK_HOME/toolchains/$android_platform_prefix-4.9
...
@@ -511,7 +510,7 @@ if test -n "$with_android_ndk"; then
...
@@ -511,7 +510,7 @@ if test -n "$with_android_ndk"; then
ANDROIDCFLAGS=""
ANDROIDCFLAGS=""
else # x86
else # x86
ANDROID_APP_ABI=x86
ANDROID_APP_ABI=x86
ANDROIDCFLAGS="-march=atom"
ANDROIDCFLAGS="-march=atom
-gcc-toolchain $ANDROID_BINUTILS_PREBUILT_ROOT -target i686-none-linux-android
"
fi
fi
ANDROIDCFLAGS="$ANDROIDCFLAGS -ffunction-sections -fdata-sections"
ANDROIDCFLAGS="$ANDROIDCFLAGS -ffunction-sections -fdata-sections"
ANDROIDCFLAGS="$ANDROIDCFLAGS -L$ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/${ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR}libs/$ANDROID_APP_ABI"
ANDROIDCFLAGS="$ANDROIDCFLAGS -L$ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/${ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR}libs/$ANDROID_APP_ABI"
...
...
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