Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16464

[PATCH 0/3] Fix cross-compiling for FreeBSD/RISC-V

From Jessica Clarke <jrtc27@jrtc27.com>
Newsgroups gnu.bash.bug
Subject [PATCH 0/3] Fix cross-compiling for FreeBSD/RISC-V
Date 2020-06-27 21:06 +0100
Message-ID <mailman.531.1593295310.2574.bug-bash@gnu.org> (permalink)
References <20200627200631.38456-1-jrtc27@jrtc27.com>

Show all headers | View raw


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

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

[PATCH 0/3] Fix cross-compiling for FreeBSD/RISC-V Jessica Clarke <jrtc27@jrtc27.com> - 2020-06-27 21:06 +0100

csiph-web