From: Eli Zaretskii Date: Wed, 15 Mar 2000 11:25:30 +0000 (+0000) Subject: Shared libraries are not supported on MS-DOS. X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511fec4d9257a3d8031a603e20a2478d424071f5;p=thirdparty%2Fbinutils-gdb.git Shared libraries are not supported on MS-DOS. --- 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 #