configure.ac | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit 922fc8396d91bd5d570a7a8e6a05ea61aeb89089
Author: Gleb Popov <[email protected]>
AuthorDate: Tue Oct 20 16:06:48 2020 +0400
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed Oct 21 09:55:59 2020 +0200
Add "freebsd_powerpc" and "freebsd_powerpc64" platforms to configure.ac.
Change-Id: If21b074c7a9f5da45101866ee071967bdc668af9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104561
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/configure.ac b/configure.ac
index 120c531f44a8..b6a5a8e4c022 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4643,6 +4643,16 @@ freebsd*)
RTL_ARCH=X86_64
PLATFORMID=freebsd_x86_64
;;
+ powerpc64)
+ CPUNAME=POWERPC64
+ RTL_ARCH=PowerPC_64
+ PLATFORMID=freebsd_powerpc64
+ ;;
+ powerpc|powerpcspe)
+ CPUNAME=POWERPC
+ RTL_ARCH=PowerPC
+ PLATFORMID=freebsd_powerpc
+ ;;
*)
AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os])
;;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits