From 3c67ba63fe49eb98772c621befa986b0e8ec6bbc Mon Sep 17 00:00:00 2001 From: law Date: Fri, 15 May 1998 23:42:58 +0000 Subject: Update from Cygnus libiberty. libiberty uses autoconf now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19791 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/config/mh-a68bsd | 2 -- libiberty/config/mh-aix | 2 -- libiberty/config/mh-apollo68 | 2 -- libiberty/config/mh-cygwin32 | 2 -- libiberty/config/mh-go32 | 1 - libiberty/config/mh-hpbsd | 2 -- libiberty/config/mh-irix4 | 4 ---- libiberty/config/mh-ncr3000 | 19 ------------------- libiberty/config/mh-riscix | 6 ------ libiberty/config/mh-sysv | 1 - libiberty/config/mh-sysv4 | 3 --- libiberty/config/mh-windows | 1 - libiberty/config/mt-mingw32 | 27 --------------------------- libiberty/config/mt-sunos4 | 2 -- libiberty/config/mt-vxworks5 | 28 ---------------------------- 15 files changed, 102 deletions(-) delete mode 100644 libiberty/config/mh-a68bsd delete mode 100644 libiberty/config/mh-apollo68 delete mode 100644 libiberty/config/mh-cygwin32 delete mode 100644 libiberty/config/mh-go32 delete mode 100644 libiberty/config/mh-hpbsd delete mode 100644 libiberty/config/mh-irix4 delete mode 100644 libiberty/config/mh-ncr3000 delete mode 100644 libiberty/config/mh-riscix delete mode 100644 libiberty/config/mh-sysv delete mode 100644 libiberty/config/mh-sysv4 delete mode 100644 libiberty/config/mt-mingw32 delete mode 100644 libiberty/config/mt-sunos4 delete mode 100644 libiberty/config/mt-vxworks5 (limited to 'libiberty/config') diff --git a/libiberty/config/mh-a68bsd b/libiberty/config/mh-a68bsd deleted file mode 100644 index 3c5a237e60b..00000000000 --- a/libiberty/config/mh-a68bsd +++ /dev/null @@ -1,2 +0,0 @@ -RANLIB=ranlib -CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ diff --git a/libiberty/config/mh-aix b/libiberty/config/mh-aix index ee84d03ff33..6b645058fa9 100644 --- a/libiberty/config/mh-aix +++ b/libiberty/config/mh-aix @@ -1,7 +1,5 @@ # This file is only needed by AIX 3.1. HDEFINES = -D__IEEE_BIG_ENDIAN -RANLIB=true -INSTALL=cp # Most releases of AIX 3.1 include an incorrect internal version of copysign # in libc.a for use by some libc public functions including modf. The public diff --git a/libiberty/config/mh-apollo68 b/libiberty/config/mh-apollo68 deleted file mode 100644 index 651770ce31c..00000000000 --- a/libiberty/config/mh-apollo68 +++ /dev/null @@ -1,2 +0,0 @@ -RANLIB=true -CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ diff --git a/libiberty/config/mh-cygwin32 b/libiberty/config/mh-cygwin32 deleted file mode 100644 index 42b1afb64c0..00000000000 --- a/libiberty/config/mh-cygwin32 +++ /dev/null @@ -1,2 +0,0 @@ -HDEFINES=-DNEED_sys_siglist -DNEED_basename -DNEED_strsignal -EXTRA_OFILES=random.o diff --git a/libiberty/config/mh-go32 b/libiberty/config/mh-go32 deleted file mode 100644 index 919290ef539..00000000000 --- a/libiberty/config/mh-go32 +++ /dev/null @@ -1 +0,0 @@ -HDEFINES=-DHAVE_GETRUSAGE diff --git a/libiberty/config/mh-hpbsd b/libiberty/config/mh-hpbsd deleted file mode 100644 index ce11dcd6ac9..00000000000 --- a/libiberty/config/mh-hpbsd +++ /dev/null @@ -1,2 +0,0 @@ -# HPPA hosts using BSD -RANLIB=true diff --git a/libiberty/config/mh-irix4 b/libiberty/config/mh-irix4 deleted file mode 100644 index ace76782712..00000000000 --- a/libiberty/config/mh-irix4 +++ /dev/null @@ -1,4 +0,0 @@ -CC = cc -cckr -RANLIB = true -INSTALL = cp -EXTRA_OFILES = alloca.o diff --git a/libiberty/config/mh-ncr3000 b/libiberty/config/mh-ncr3000 deleted file mode 100644 index 3a45c22b128..00000000000 --- a/libiberty/config/mh-ncr3000 +++ /dev/null @@ -1,19 +0,0 @@ -# Host configuration file for an NCR 3000 (i486/SVR4) system. - -# The NCR 3000 ships with a MetaWare compiler installed as /bin/cc. -# This compiler not only emits obnoxious copyright messages every time -# you run it, but it chokes and dies on a whole bunch of GNU source -# files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc. -# Unfortunately though, the AT&T compiler sometimes generates code that -# the assembler barfs on if -g is used, so disable it by default as well. -CC = /usr/ccs/ATT/cc -CFLAGS = - -RANLIB = true - -# The /usr/ucb/install program is incompatible (complains about unknown -# group staff). Use good old cp... -INSTALL = cp - -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cq diff --git a/libiberty/config/mh-riscix b/libiberty/config/mh-riscix deleted file mode 100644 index 0209279de56..00000000000 --- a/libiberty/config/mh-riscix +++ /dev/null @@ -1,6 +0,0 @@ -# The native linker only reports the first undefined symbol if linking with a -# shared library. So build using gcc and link statically (this requires -# gcc 2.6.0 or above). - -ERRORS_CC = gcc -ERRORS_LDFLAGS = -static diff --git a/libiberty/config/mh-sysv b/libiberty/config/mh-sysv deleted file mode 100644 index eb102d55010..00000000000 --- a/libiberty/config/mh-sysv +++ /dev/null @@ -1 +0,0 @@ -RANLIB=true diff --git a/libiberty/config/mh-sysv4 b/libiberty/config/mh-sysv4 deleted file mode 100644 index 4d1aa3cd61d..00000000000 --- a/libiberty/config/mh-sysv4 +++ /dev/null @@ -1,3 +0,0 @@ -HDEFINES = -DHAVE_SYSCONF -RANLIB=true -INSTALL = cp diff --git a/libiberty/config/mh-windows b/libiberty/config/mh-windows index 3dbd6ef694a..3ff5f794e9f 100644 --- a/libiberty/config/mh-windows +++ b/libiberty/config/mh-windows @@ -1,2 +1 @@ -HDEFINES=-DNEED_basename -DNEED_sys_siglist -DNEED_strsignal -DNO_SYS_FILE_H EXTRA_OFILES=asprintf.o strcasecmp.o strncasecmp.o vasprintf.o diff --git a/libiberty/config/mt-mingw32 b/libiberty/config/mt-mingw32 deleted file mode 100644 index 2fb17d783d0..00000000000 --- a/libiberty/config/mt-mingw32 +++ /dev/null @@ -1,27 +0,0 @@ -# Mingw32 target Makefile fragment. -# The autoconfiguration fails for a Mingw32 target, because of an -# incompatible definition of sys_errlist, which is imported from a DLL. -# Therefore, we compute the dependencies by hand. - -HDEFINES = -DNO_SYS_PARAM_H -DNO_SYS_FILE_H -CONFIG_H = mgconfig.h -NEEDED_LIST = mgneeded-list - -mgconfig.h: Makefile - if [ -f ../newlib/Makefile ]; then \ - $(MAKE) $(FLAGS_TO_PASS) xconfig.h; \ - cp xconfig.h mgconfig.h; \ - else \ - echo "#define NEED_sys_siglist 1" >>mgconfig.h; \ - echo "#define NEED_strsignal 1" >>mgconfig.h; \ - echo "#define NEED_psignal 1" >>mgconfig.h; \ - echo "#define NEED_basename 1" >>mgconfig.h; \ - fi - -mgneeded-list: Makefile - if [ -f ../newlib/Makefile ]; then \ - $(MAKE) $(FLAGS_TO_PASS) xneeded-list; \ - cp xneeded-list mgneeded-list; \ - else \ - echo getopt.o vasprintf.o >mgneeded-list; \ - fi diff --git a/libiberty/config/mt-sunos4 b/libiberty/config/mt-sunos4 deleted file mode 100644 index c25baa6ead6..00000000000 --- a/libiberty/config/mt-sunos4 +++ /dev/null @@ -1,2 +0,0 @@ -XTRAFLAGS = -isystem /s1/cygnus/dejagnu/sparc-sun-sunos4.1.3/include/ -LOADLIBES = -L/s1/cygnus/dejagnu/sparc-sun-sunos4.1.3/lib diff --git a/libiberty/config/mt-vxworks5 b/libiberty/config/mt-vxworks5 deleted file mode 100644 index 916d69e5521..00000000000 --- a/libiberty/config/mt-vxworks5 +++ /dev/null @@ -1,28 +0,0 @@ -# VxWorks 5.x target Makefile fragment. -# The autoconfiguration fails for a VxWorks target, because the -# libraries are actually on the target board, not in the file system. -# Therefore, we compute the dependencies by hand. - -HDEFINES = -DNO_SYS_PARAM_H -DNO_SYS_FILE_H -CONFIG_H = vxconfig.h -NEEDED_LIST = vxneeded-list - -vxconfig.h: Makefile - if [ -f ../newlib/Makefile ]; then \ - $(MAKE) $(FLAGS_TO_PASS) xconfig.h; \ - cp xconfig.h vxconfig.h; \ - else \ - echo "#define NEED_sys_nerr 1" >vxconfig.h; \ - echo "#define NEED_sys_errlist 1" >>vxconfig.h; \ - echo "#define NEED_sys_siglist 1" >>vxconfig.h; \ - echo "#define NEED_strsignal 1" >>vxconfig.h; \ - echo "#define NEED_psignal 1" >>vxconfig.h; \ - fi - -vxneeded-list: Makefile - if [ -f ../newlib/Makefile ]; then \ - $(MAKE) $(FLAGS_TO_PASS) xneeded-list; \ - cp xneeded-list vxneeded-list; \ - else \ - echo getopt.o getpagesize.o insque.o random.o strcasecmp.o strncasecmp.o strdup.o vfork.o waitpid.o vasprintf.o >vxneeded-list; \ - fi -- cgit v1.2.3