Changes have been pushed for the repository "fawkesrobotics/fawkes".
Clone: https://github.com/fawkesrobotics/fawkes.git Gitweb: https://github.com/fawkesrobotics/fawkes The branch, timn/buildsys-ppc64le has been created at 0dadf7befe9472442737f76a55d43162d0af449d (commit) https://github.com/fawkesrobotics/fawkes/tree/timn/buildsys-ppc64le - *Log* --------------------------------------------------------------- commit 0dadf7befe9472442737f76a55d43162d0af449d Author: Tim Niemueller <niemuel...@kbsg.rwth-aachen.de> AuthorDate: Wed Jan 11 10:49:21 2017 +0100 Commit: Tim Niemueller <niemuel...@kbsg.rwth-aachen.de> CommitDate: Thu Feb 28 11:02:25 2019 +0100 buildsys: add ppc64le to list of 64-bit archs Along the way simplify expression to be (more) readable. https://github.com/fawkesrobotics/fawkes/commit/0dadf7bef - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- - *Diffs* ------------------------------------------------------------- - *commit* 0dadf7befe9472442737f76a55d43162d0af449d - - - - - - - - - - Author: Tim Niemueller <niemuel...@kbsg.rwth-aachen.de> Date: Wed Jan 11 10:49:21 2017 +0100 Subject: buildsys: add ppc64le to list of 64-bit archs etc/buildsys/btypes/config_sysinstall.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) _Diff for modified files_: diff --git a/etc/buildsys/btypes/config_sysinstall.mk b/etc/buildsys/btypes/config_sysinstall.mk index 6fac9e2cb..214168045 100644 --- a/etc/buildsys/btypes/config_sysinstall.mk +++ b/etc/buildsys/btypes/config_sysinstall.mk @@ -23,8 +23,10 @@ COLORED = 0 GCC_USE_OPENMP=0 DO_32BIT_BUILD=0 -# For x86_64/ppc64/aarch64 we must append 64 to lib dir -LIBBITS=$(if $(or $(call seq,$(ARCH),x86_64),$(call seq,$(ARCH),aarch64),$(call seq,$(ARCH),ppc64)),64) +# For 64-bit architectures we must append 64 to lib dir +ifneq ($(filter $(ARCH),x86_64 aarch64 ppc64 ppc64le s390x),) + LIBBITS=64 +endif DESTDIR = PREFIX = /usr/local _______________________________________________ fawkes-commits mailing list fawkes-commits@lists.kbsg.rwth-aachen.de https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits