diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-03-15 11:25:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-03-15 11:25:30 +0000 |
commit | 5c5ecb915cd1640e1c862f74cf28f41141d34bae (patch) | |
tree | 2f0e7ee85e1a8892e4af58656abcca787116690d /readline | |
parent | 882077ea993824107104ebf648673043b34ddef3 (diff) | |
download | gdb-5c5ecb915cd1640e1c862f74cf28f41141d34bae.tar.gz |
Shared libraries are not supported on MS-DOS.
Diffstat (limited to 'readline')
-rwxr-xr-x | readline/support/shobj-conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readline/support/shobj-conf b/readline/support/shobj-conf index cbd3d1b46c6..86f8c32b683 100755 --- a/readline/support/shobj-conf +++ b/readline/support/shobj-conf @@ -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 # |