History log of /freebsd-12.1/lib/libzstd/Makefile (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 22aec4de 18-Mar-2018 Conrad Meyer <[email protected]>

lib(private)zstd: Fix riscv build

Link __bswap[ds]i2() intrinsics in to libzstd for riscv, where the C runtime
apparently lacks such intrinsics.

Broken in r330894.

Reported by: asomers
Sponsored b

lib(private)zstd: Fix riscv build

Link __bswap[ds]i2() intrinsics in to libzstd for riscv, where the C runtime
apparently lacks such intrinsics.

Broken in r330894.

Reported by: asomers
Sponsored by: Dell EMC Isilon

show more ...


# 30347b77 26-Nov-2017 Michal Meloun <[email protected]>

Addd work around for LLVM bug 35023.

Clang crashes when compiling zstd_compress.c with optimization for ARM targets.
https://bugs.llvm.org/show_bug.cgi?id=35023


# 0c16b537 14-Nov-2017 Warner Losh <[email protected]>

Move zstd from contrib to sys/contrib so it can be used in the
kernel. Adjust the Makefiles that referenced it to the new path.

Sponsored by: Netflix
OK'd by: cem@ and AllanJude@


# 04ac1c64 11-Nov-2017 Baptiste Daroussin <[email protected]>

Follow up on zstd update


Revision tags: release/10.4.0, release/11.1.0
# 1fc317e3 06-May-2017 Baptiste Daroussin <[email protected]>

Build zstandard with threading enabled