[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] Fix cross-compiling for FreeBSD/RISC-V
From: |
Jessica Clarke |
Subject: |
[PATCH 0/3] Fix cross-compiling for FreeBSD/RISC-V |
Date: |
Sat, 27 Jun 2020 21:06:28 +0100 |
This patch series includes the necessary changes for bash to
cross-compile for FreeBSD/RISC-V, and likely also FreeBSD/arm64, though
I have not tested that.
Jessica Clarke (3):
aclocal.m4: Fix BASH_FUNC_STRSIGNAL when compiling for FreeBSD/RISC-V
aclocal.m4: Fix BASH_FUNC_SBRK when cross-compiling for FreeBSD/RISC-V
configure.ac: Disable Bash malloc on FreeBSD/arm64 and FreeBSD/RISC-V
aclocal.m4 | 14 ++++++++++----
configure.ac | 3 +++
2 files changed, 13 insertions(+), 4 deletions(-)
--
2.20.1
- [PATCH 0/3] Fix cross-compiling for FreeBSD/RISC-V,
Jessica Clarke <=