Shared libraries are not supported on MS-DOS.
This commit is contained in:
parent
afbae4e340
commit
511fec4d92
1 changed files with 6 additions and 0 deletions
|
@ -305,6 +305,12 @@ dgux*)
|
|||
|
||||
SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)'
|
||||
;;
|
||||
|
||||
msdosdjgpp*)
|
||||
SHOBJ_STATUS=unsupported
|
||||
SHLIB_STATUS=unsupported
|
||||
;;
|
||||
|
||||
#
|
||||
# Rely on correct gcc configuration for everything else
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue