diff options
author | Robert Lipe <robertlipe@usa.net> | 2000-05-11 21:34:11 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 2000-05-11 21:34:11 +0000 |
commit | c35db2936156a622345b891f38615d5b6ed6be39 (patch) | |
tree | 2cf9b6b0379ff40e03bc77fd41c900ecfd921f72 | |
parent | cf31fafab0680d9ed88f57f1e832379d4e1da549 (diff) | |
download | gcc-c35db2936156a622345b891f38615d5b6ed6be39.zip gcc-c35db2936156a622345b891f38615d5b6ed6be39.tar.gz gcc-c35db2936156a622345b891f38615d5b6ed6be39.tar.bz2 |
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
-rw-r--r-- | libio/ChangeLog | 6 | ||||
-rw-r--r-- | libio/config/sco4.mt | 3 | ||||
-rw-r--r-- | libio/configure.in | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index b959621..6667a44 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -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*-*-*. diff --git a/libio/config/sco4.mt b/libio/config/sco4.mt deleted file mode 100644 index 1d8f6f1..0000000 --- a/libio/config/sco4.mt +++ /dev/null @@ -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 diff --git a/libio/configure.in b/libio/configure.in index 320c956..7f4f0c6 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -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 ;; |