浏览代码

Add powerpc64 and powerpc64le archs; prepare for 3.1.4.0

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 2 年之前
父节点
当前提交
41bb644a4d
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 3 3
      conf/defaults.mk
  2. 2 0
      conf/toolchains

+ 3 - 3
conf/defaults.mk

@@ -1,14 +1,14 @@
 # This file normally shouldn't be changed; the values can be
 # overridden by invoking make with arguments.
-# e.g.: make SHEBANGDIR=/usr/bin VERSION=3.1.1.0
+# e.g.: make SHEBANGDIR=/usr/bin VERSION=3.1.4.0
 
 # The version of the software being built.
-VERSION := 3.1.3.0
+VERSION := 3.1.4.0
 
 # Where stuff is going to be built. Change for out-of-tree builds.
 OUTPUT := output
 
-# Where to find the execlineb binary.
+# Where to find the execlineb program.
 # Change if building for a distro that provides its own skaware packages.
 SHEBANGDIR := /command
 

+ 2 - 0
conf/toolchains

@@ -3,6 +3,8 @@ arm-linux-musleabi	genericv7a
 arm-linux-musleabihf	pi1
 i486-linux-musl		i486
 i686-linux-musl		i686
+powerpc64-linux-musl	talos
+powerpc64le-linux-musl	talosel
 riscv64-linux-musl	rocket
 s390x-linux-musl	z196
 x86_64-linux-musl	pc