summaryrefslogtreecommitdiff
path: root/misc/free42/files/patch-common_bid__functions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/free42: fix build on non-x86Piotr Kubaj2021-03-251-0/+14
1. fexcept_t is available on FreeBSD via fenv.h. 2. new_g and new_rad in core_commands6.cc actually need signed char. 3. Add FreeBSD's names for ARM and POWER to build-intel-lib.sh. PR: 254556 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=569222