Lines Matching +full:zlib +full:- +full:dev
4 # - We don't use the libc strerror/sys_errlist because the string table is
47 # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).
49 CFLAGS.clang+= -mno-movt
50 CFLAGS.clang+= -mfpu=none
52 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/arm/
62 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/
95 CFLAGS.${i}+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS
99 # decompression functionality from zlib
100 # https://github.com/madler/zlib/issues/633 documents why we suppress deprecated
102 .PATH: ${SRCTOP}/sys/contrib/zlib
103 ZLIB_CFLAGS=-DHAVE_MEMCPY -I${SRCTOP}/sys/contrib/zlib ${NO_WDEPRECATED_NON_PROTOTYPE}
112 CFLAGS.lz4.c+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
115 SRCS+= closeall.c dev.c ioctl.c nullfs.c stat.c mount.c \
122 CFLAGS.smbios.c+= -DSMBIOS_SERIAL_NUMBERS
124 # Use little-endian UUID format as defined in SMBIOS 2.6.
125 CFLAGS.smbios.c+= -DSMBIOS_LITTLE_ENDIAN_UUID
127 # Use network-endian UUID format for backward compatibility.
128 CFLAGS.smbios.c+= -DSMBIOS_NETWORK_ENDIAN_UUID
155 # for 32-bit on amd64, LIBSA_CPUARCH is also i386 and we use libsa32 only
159 CFLAGS.ffs_subr.c+= -DSTANDALONE_SMALL
164 CFLAGS.bzipfs.c+= -I${SRCTOP}/contrib/bzip2 -DBZ_NO_STDIO -DBZ_NO_COMPRESS
197 CFLAGS.md5c.c+= -DSTANDALONE_SMALL
204 # The lists may drive people nuts, but they are explicitly opt-in
211 mkdir -p ${FAKE_DIRS}; \
213 ln -sf ${SRCTOP}/include/$$i $$i; \
215 ln -sf ${SYSDIR}/sys/errno.h errno.h; \
216 ln -sf ${SYSDIR}/sys/stdarg.h stdarg.h; \
217 ln -sf ${SYSDIR}/sys/stdint.h stdint.h; \
218 ln -sf ${SRCTOP}/include/arpa/inet.h arpa/inet.h; \
219 ln -sf ${SRCTOP}/include/arpa/tftp.h arpa/tftp.h; \
220 ln -sf ${SRCTOP}/include/ssp/ssp.h ssp/ssp.h; \
222 [ -f xlocale/$$i ] || :> xlocale/$$i; \
225 ln -sf ${SASRC}/stand.h $$i; \