Author: pfg
Date: Thu Jan 26 18:04:03 2017
New Revision: 1780432
URL: http://svn.apache.org/viewvc?rev=1780432&view=rev
Log:
FreeBSD PPC and ARM support.
Modified:
openoffice/trunk/main/source_soenv.sh
Modified: openoffice/trunk/main/source_soenv.sh
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/source_soenv.sh?rev=1780432&r1=1780431&r2=1780432&view=diff
==============================================================================
--- openoffice/trunk/main/source_soenv.sh (original)
+++ openoffice/trunk/main/source_soenv.sh Thu Jan 26 18:04:03 2017
@@ -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