From: eliz Date: Wed, 15 Mar 2000 11:25:30 +0000 (+0000) Subject: Shared libraries are not supported on MS-DOS. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=a17ae0724edb13383d3512e91abcce790ea54195;p=pf3gnuchains%2Fsourceware.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 #