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
7caafb6c
Kaydet (Commit)
7caafb6c
authored
Agu 07, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
quoting problem in the auto-selection of gcc/g++-4.0 on MacOS
üst
c8989e15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.in
configure.in
+2
-2
No files found.
configure.in
Dosyayı görüntüle @
7caafb6c
...
@@ -1928,7 +1928,7 @@ if test \( "$_os" != "WINNT" -o "$WITH_MINGW" = "yes" \) -a "$GCC" = "yes"; then
...
@@ -1928,7 +1928,7 @@ if test \( "$_os" != "WINNT" -o "$WITH_MINGW" = "yes" \) -a "$GCC" = "yes"; then
export CC="$CCACHE $GCC_HOME/bin/gcc-4.0"
export CC="$CCACHE $GCC_HOME/bin/gcc-4.0"
fi
fi
dnl export CC to have it available in set_soenv -> config.guess
dnl export CC to have it available in set_soenv -> config.guess
GCCVER2=`
"$CC"
-dumpversion | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
GCCVER2=`
$CC
-dumpversion | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
if test "$GCCVER2" -ge "040000" -a "$GCCVER2" -lt "040100" ; then
if test "$GCCVER2" -ge "040000" -a "$GCCVER2" -lt "040100" ; then
GCCVER=$GCCVER2
GCCVER=$GCCVER2
fi
fi
...
@@ -2905,7 +2905,7 @@ if test "$GXX" = "yes"; then
...
@@ -2905,7 +2905,7 @@ if test "$GXX" = "yes"; then
else
else
export CXX="$CCACHE $GCC_HOME/bin/g++-4.0"
export CXX="$CCACHE $GCC_HOME/bin/g++-4.0"
fi
fi
_gpp_majmin_2=`
"$CXX"
-dumpversion | $AWK -F. '{ print \$1*100+\$2 }'`
_gpp_majmin_2=`
$CXX
-dumpversion | $AWK -F. '{ print \$1*100+\$2 }'`
if test "$_gpp_majmin_2" -ge "400" -a "$_gpp_majmin_2" -lt "401" ; then
if test "$_gpp_majmin_2" -ge "400" -a "$_gpp_majmin_2" -lt "401" ; then
_gpp_majmin=$_gpp_majmin_2
_gpp_majmin=$_gpp_majmin_2
fi
fi
...
...
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