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: binutils-2_10-branchpoint~154 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5c5ecb915cd1640e1c862f74cf28f41141d34bae;p=pf3gnuchains%2Fpf3gnuchains4x.git Shared libraries are not supported on MS-DOS. --- diff --git a/readline/support/shobj-conf b/readline/support/shobj-conf index cbd3d1b46c..86f8c32b68 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 #