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
eed4cc79
Kaydet (Commit)
eed4cc79
authored
Ock 16, 2016
tarafından
Christian Lohmaier
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android x86 doesn't define ffs in libc, use compiler builtin instead
Change-Id: Ifde1184e469fc9a74de007a0caf27750b2ffbcbb
üst
0174562f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
cairo-1.10.2.android.patch
external/cairo/cairo/cairo-1.10.2.android.patch
+11
-0
No files found.
external/cairo/cairo/cairo-1.10.2.android.patch
Dosyayı görüntüle @
eed4cc79
...
...
@@ -11,3 +11,14 @@
# Parse the version information argument.
save_ifs="$IFS"; IFS=':'
set dummy $vinfo 0 0 0
diff -ur cairo.org/src/cairo-compiler-private.h cairo/src/cairo-compiler-private.h
--- a/cairo.org/src/cairo-compiler-private.h 2016-01-16 00:47:17.392420675 +0100
+++ b/cairo/src/cairo-compiler-private.h 2016-01-16 00:51:55.601110129 +0100
@@ -258,4 +258,7 @@
#define inline __inline__
#endif
+/* no ffs in libc on android x86 (at least not in v15 that we compile against) */
+#define ffs __builtin_ffs
+
#endif
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