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
c475316c
Kaydet (Commit)
c475316c
authored
Ock 14, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
simplify handling of JITC_PROCESSOR_TYPE
üst
f4092cb7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
17 deletions
+8
-17
config_host.mk.in
config_host.mk.in
+1
-1
configure.in
configure.in
+2
-2
Module_desktop.mk
desktop/Module_desktop.mk
+0
-2
Package_scripts.mk
desktop/Package_scripts.mk
+0
-8
Makefile
desktop/scripts/Makefile
+5
-1
set_soenv.in
set_soenv.in
+0
-3
No files found.
config_host.mk.in
Dosyayı görüntüle @
c475316c
...
...
@@ -173,7 +173,7 @@ export INSTALLDIR="@INSTALLDIR@"
export INSTALLDIRNAME="@INSTALLDIRNAME@"
export INTRO_BIPMAP="@INTRO_BITMAP@"
@x_JAVALIB@ export JAVALIB="@JAVALIB@"
export JITC_PROCESSOR_TYPE
_EXPORT="@JITC_PROCESSOR_TYPE_EXPORT
@"
export JITC_PROCESSOR_TYPE
="@JITC_PROCESSOR_TYPE
@"
export JFREEREPORT_JAR="@JFREEREPORT_JAR@"
export KDE4_CFLAGS="@KDE4_CFLAGS@"
export KDE4_LIBS="@KDE4_LIBS@"
...
...
configure.in
Dosyayı görüntüle @
c475316c
...
...
@@ -4309,13 +4309,13 @@ dnl empty or non-empty.
dnl SOLAR_JAVA="" indicate no java support at all
JITC_PROCESSOR_TYPE=""
if test "$_os" = "Linux" && test "$host_cpu" = "powerpc"; then
# IBMs JDK needs this...
JITC_PROCESSOR_TYPE=6
export JITC_PROCESSOR_TYPE
JITC_PROCESSOR_TYPE_EXPORT="export JITC_PROCESSOR_TYPE=$JITC_PROCESSOR_TYPE"
fi
AC_SUBST([JITC_PROCESSOR_TYPE
_EXPORT
])
AC_SUBST([JITC_PROCESSOR_TYPE])
if test $_os = "WINNT"; then
WITH_VC_REDIST="TRUE"
...
...
desktop/Module_desktop.mk
Dosyayı görüntüle @
c475316c
...
...
@@ -71,14 +71,12 @@ $(eval $(call gb_Module_add_targets,desktop,\
ifneq ($(OS),MACOSX)
ifneq ($(OS),WNT)
ifneq ($(JITC_PROCESSOR_TYPE_EXPORT),)
$(eval $(call gb_Module_add_targets,desktop,\
Package_soffice_sh \
))
endif
endif
endif
endif
ifeq ($(OS),WNT)
...
...
desktop/Package_scripts.mk
Dosyayı görüntüle @
c475316c
...
...
@@ -46,14 +46,6 @@ $(eval $(call gb_Package_add_file,desktop_scripts,bin/swriter,swriter.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/unoinfo,unoinfo.sh))
$(eval $(call gb_Package_add_file,desktop_scripts,bin/unopkg,unopkg.sh))
ifneq ($(OS),MACOSX)
ifeq ($(JITC_PROCESSOR_TYPE_EXPORT),)
$(eval $(call gb_Package_add_file,desktop_scripts,bin/soffice,soffice.sh))
endif
endif
endif
# vim: set ts=4 sw=4 et:
desktop/scripts/Makefile
Dosyayı görüntüle @
c475316c
...
...
@@ -26,7 +26,11 @@
# instead of those above.
soffice.sh
:
$(SRCDIR)/desktop/scripts/soffice.sh
sed
-e
"s/^#@JITC_PROCESSOR_TYPE_EXPORT@/
$(JITC_PROCESSOR_TYPE_EXPORT)
/"
$<
>
$@
ifneq
($(JITC_PROCESSOR_TYPE),)
sed
-e
"s/^#@JITC_PROCESSOR_TYPE_EXPORT@/export JITC_PROCESSOR_TYPE=$(JITC_PROCESSOR_TYPE)/"
$<
>
$@
else
cp
$<
$@
endif
.DEFAULT_GOAL
:=
all
.PHONY
:
all
...
...
set_soenv.in
Dosyayı görüntüle @
c475316c
...
...
@@ -888,9 +888,6 @@ if ("@ENABLE_WERROR@" eq "FALSE") {
ToFile
(
"EXTERNAL_WARNINGS_NOT_ERRORS"
,
"TRUE"
,
"e"
);
}
ToFile
(
"PROEXT"
,
$PROEXT
,
"e"
);
if
(
$platform
=~
m/linux/
&&
$platform
=~
m/powerpc/
)
{
ToFile
(
"JITC_PROCESSOR_TYPE"
,
"6"
,
"e"
);
}
ToFile
(
"nodep"
,
"@nodep@"
,
"e"
);
ToFile
(
"TARFILE_LOCATION"
,
$TARFILE_LOCATION
,
"e"
);
...
...
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