[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - solenv/inc source_soenv.sh

Pedro Giffuni pfg at apache.org
Thu Jan 26 20:57:56 UTC 2017


 solenv/inc/unx.mk |    4 ++++
 source_soenv.sh   |    9 +++++++++
 2 files changed, 13 insertions(+)

New commits:
commit b11dcb469297f5cf257c472cdbc8492cb594ab8d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 26 18:41:55 2017 +0000

    Reinstate part of the LinuxPPC64 support removed by error.
    
    This shouldn't have happened in r1778625.

diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index fa521d5..bfb42ab 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -91,6 +91,10 @@
 .INCLUDE : unxlngppc.mk
 .ENDIF
 
+.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC64"
+.INCLUDE : unxlngppc64.mk
+.ENDIF
+
 .IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390"
 .INCLUDE : unxlngs390.mk
 .ENDIF
commit 3233dc045e3135fa6687b6c44951ae10e01f05cd
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 26 18:04:03 2017 +0000

    FreeBSD PPC and ARM support.

diff --git a/source_soenv.sh b/source_soenv.sh
index cb03564..43ed8e1 100644
--- a/source_soenv.sh
+++ b/source_soenv.sh
@@ -95,6 +95,15 @@ else
         amd64-*-freebsd*|x86_64-*-freebsd*)
             . ./FreeBSDAMDEnv.Set.sh
         ;;
+        arm*-*-freebsd*)
+            . ./FreeBSDARMEnv.Set.sh
+        ;;
+        powerpc-*-freebsd*)
+            . ./FreeBSDPPCEnv.Set.sh
+        ;;
+        powerpc64-*-freebsd*)
+            . ./FreeBSDPPC64Env.Set.sh
+        ;;
         # the result here (whether you get x86_64) seems to depend on $CC...
         i[3456]86-*-darwin*|x86_64-*-darwin*)
             . ./MacOSXX86Env.Set.sh


More information about the Libreoffice-commits mailing list