diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-02-24 14:12:49 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2022-02-24 14:12:49 -0500 |
commit | 4117b64d894fd63a771c520841293c7cd04e2852 (patch) | |
tree | 4715f48f7fb14d5d49537c541e8f07122ce1f736 /usr/src/lib | |
parent | bc426cb7eeb7a41ef293093a664028214e5d5168 (diff) | |
parent | f24fee035ef9b37d5a6868aed10261da6316a6b2 (diff) | |
download | illumos-joyent-release-20220224.tar.gz |
[illumos-gate merge]release-20220224
commit f24fee035ef9b37d5a6868aed10261da6316a6b2
14536 bhyve: viona uses wrong address for queue notify ioport
commit 8cbaa6a809af7f43b3da2420c9d29a3507893284
14430 simplify bhyve vatpit
commit c5613aaa46cccb3791fcd4cf94667878c3ee155e
14523 ficl: remove temporary warning gags
commit db1a8deb164e311ff6eed02e115664a901481118
14518 loader: linker cleanup
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/libficl/Makefile.com | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/lib/libficl/Makefile.com b/usr/src/lib/libficl/Makefile.com index 9502a28def..238468b2a1 100644 --- a/usr/src/lib/libficl/Makefile.com +++ b/usr/src/lib/libficl/Makefile.com @@ -36,11 +36,6 @@ CPPFLAGS += -I$(PNGLITE) -I$(LZ4) CFLAGS += $(C_BIGPICFLAGS) CFLAGS64 += $(C_BIGPICFLAGS64) -# As variable "count" is marked volatile, gcc 4.4.4 will complain about -# function argument. So we switch this warning off -# for time being, till gcc 4.4.4 will be replaced. -pics/vm.o := CERRWARN += -_gcc=-Wno-clobbered - LDLIBS += -lumem -luuid -lz -lc -lm NATIVE_LIBS += libz.so |