configure.in: Remove special casing for sco3.2v[45].

2000-05-11  Robert Lipe <robertlipe@usa.net>

        * configure.in: Remove special casing for sco3.2v[45].
        * config/sco4.mt: Deleted.

From-SVN: r33864
This commit is contained in:
Robert Lipe 2000-05-11 21:34:11 +00:00 committed by Robert Lipe
parent cf31fafab0
commit c35db29361
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2000-05-11 Robert Lipe <robertlipe@usa.net>
* configure.in: Remove special casing for sco3.2v[45].
* config/sco4.mt: Deleted.
2000-05-10 Jakub Jelinek <jakub@redhat.com>
* configure.in: Use mh-sparcpic for sparc*-*-*.

View File

@ -1,3 +0,0 @@
# Flags to pass to gen-params when building _G_config.h.
# For example: G_CONFIG_ARGS = size_t="unsigned long"
G_CONFIG_ARGS = MATH_H_INLINES=1

View File

@ -58,7 +58,6 @@ case "${target}" in
*-linux-gnulibc1)
frags=linuxlibc1.mt ;;
*-linux-gnu*) frags="linux.mt mtsafe.mt" ;;
*-sco3.2v[45]*) frags=sco4.mt ;;
*-isc*) frags=isc.mt ;;
*-netware*) frags=netware.mt ;;
*-dgux*) frags=dgux.mt ;;