]> gcc.gnu.org Git - gcc.git/commit - gcc/configure.in
cccp.c (sys_errlist): Remove special 4.4bsd declaration.
authorJeffrey A Law <law@cygnus.com>
Mon, 1 Sep 1997 17:02:53 +0000 (17:02 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 1 Sep 1997 17:02:53 +0000 (11:02 -0600)
commita63d08e6068d7bc8cb98df36d7fd02fa3b757334
treeaf45a06594372a8ce31307986642e8135b3e6fb6
parentdb814993aeff298e9a3bd04ad70f944cc2bc558e
cccp.c (sys_errlist): Remove special 4.4bsd declaration.

        * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
        * collect2.c (sys_errlist): Likewise.
        * cpplib.c (sys_errlist): Likewise.
        * gcc.c (sys_errlist): Likewise.
        * protoize (sys_errlist): Likewise.
        * configure.in: Check for strerror.
        * xm-freebsd.h (HAVE_STRERROR): Remove definition.
        * xm-gnu.h (HAVE_STRERROR): Likewise.
        * xm-linux.h (HAVE_STRERROR): Likewise.
        * xm-netbsd.h (HAVE_STRERROR): Likewise.
        * xm-bsd386.h (HAVE_STRERROR): Likewise.
        * xm-cygwin32.h (HAVE_STRERROR): Likewise.
        * xm-dos.h (HAVE_STRERROR): Likewise.
        * xm-mingw32.h (HAVE_STRERROR): Likewise.
        * xm-pa.h (HAVE_STRERROR): Likewise.
        * xm-papro.h (HAVE_STRERROR): Likewise.
        * xm-sysv4.h (HAVE_STRERROR): Likewise.
        * configure, config.in: Rebuilt.
Remove the need to define HAVE_STRERROR for each host port.

From-SVN: r15011
22 files changed:
gcc/ChangeLog
gcc/cccp.c
gcc/collect2.c
gcc/config.in
gcc/config/alpha/xm-linux.h
gcc/config/i386/xm-bsd386.h
gcc/config/i386/xm-cygwin32.h
gcc/config/i386/xm-dos.h
gcc/config/i386/xm-mingw32.h
gcc/config/pa/xm-pa.h
gcc/config/pa/xm-papro.h
gcc/config/rs6000/xm-cygwin32.h
gcc/config/rs6000/xm-sysv4.h
gcc/config/xm-freebsd.h
gcc/config/xm-gnu.h
gcc/config/xm-linux.h
gcc/config/xm-netbsd.h
gcc/configure
gcc/configure.in
gcc/cpplib.c
gcc/gcc.c
gcc/protoize.c
This page took 0.062579 seconds and 5 git commands to generate.