Makefile: add AIX support

For lib, AIX linker doesn't allow --soname.
This commit is contained in:
Clément Chigot
2021-08-13 10:25:14 +02:00
parent 6a258043f5
commit 399849e236
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ clean:
#------------------------------------------------------------------------------
# make install is validated only for Linux, macOS, Hurd and some BSD targets
#------------------------------------------------------------------------------
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku))
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX))
HOST_OS = POSIX