projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afbae4e
)
Shared libraries are not supported on MS-DOS.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 15 Mar 2000 11:25:30 +0000
(11:25 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 15 Mar 2000 11:25:30 +0000
(11:25 +0000)
readline/support/shobj-conf
patch
|
blob
|
history
diff --git
a/readline/support/shobj-conf
b/readline/support/shobj-conf
index cbd3d1b46c61bf56a55bbcc640965303f399bb60..86f8c32b6833b20a60681fdf79eba8d56735bf57 100755
(executable)
--- 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
#