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 | 511fec4d9257a3d8031a603e20a2478d424071f5 (patch) | |
tree | 1ba6c340ba6d16e23d72adcb3636b2fc10fb4700 /readline | |
parent | afbae4e340206dc24924463d1cd815e284a3e5b7 (diff) | |
download | gdb-511fec4d9257a3d8031a603e20a2478d424071f5.zip gdb-511fec4d9257a3d8031a603e20a2478d424071f5.tar.gz gdb-511fec4d9257a3d8031a603e20a2478d424071f5.tar.bz2 |
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 cbd3d1b..86f8c32 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 # |