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
f102d993
Kaydet (Commit)
f102d993
authored
Kas 08, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MinGW: Fix visibility checks.
Change-Id: I7f2718a60d55f5d99275646875a64e53c805b210
üst
28f2c6b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
configure.ac
configure.ac
+5
-1
No files found.
configure.ac
Dosyayı görüntüle @
f102d993
...
...
@@ -342,6 +342,10 @@ cygwin*|interix*|mingw32*)
_os=WINNT
use_shl_version="TRUE"
DYNAMIC_CRT="TRUE"
DLLPOST=".dll"
LINKFLAGSNOUNDEFS=
# If the host OS matches "mingw32*", that means we are using the
# MinGW cross-compiler, because we don't see the point in building
# LibreOffice using MinGW on Windows. If you want to build on
...
...
@@ -5572,7 +5576,7 @@ _ACEOF
else
case "$host_cpu" in
i?86|x86_64)
if test "$_os" = "Darwin"; then
if test "$_os" = "Darwin"
-o "$WITH_MINGW" = "yes"
; then
gccvisbroken=no
else
if $EGREP -q '@PLT|@GOT' visibility.s; then
...
...
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