summaryrefslogtreecommitdiff
path: root/sys/external/bsd/compiler_rt/dist/lib/builtins/fixtfdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/external/bsd/compiler_rt/dist/lib/builtins/fixtfdi.c')
0 files changed, 0 insertions, 0 deletions
+0000'>2018-06-06Really disable unsupported $CC flag for LLVMkamil The build of kernel modules works now: ./build.sh -V MKLLVM=yes -V MKGCC=no -V HAVE_LLVM=yes modules Sponsored by <The NetBSD Foundation> 2018-06-06Swap conditions HAVE_LLVM -> HAVE_GCCkamil 2018-06-06Restrict -Wno-discarded-qualifiers in sys/modules/dtrace/* to GCCkamil Clang/LLVM does not recognize it. This is a step forward functional MKLLVM=yes HAVE_LLVM=yes build. Sponsored by <The NetBSD Foundation> 2018-05-28merge a new version of the CDDL dtrace and ZFS code.chs this changes the upstream vendor from OpenSolaris to FreeBSD, and this version is based on FreeBSD svn r315983. in addition to the 10 years of improvements from upstream, this version also has these NetBSD-specific enhancements: - dtrace FBT probes can now be placed in kernel modules. - ZFS now supports mmap(). 2015-03-07Add syscall provider build glue, unhooked.christos