From: Richard Kenner Date: Fri, 7 Oct 1994 23:10:25 +0000 (-0400) Subject: (HAVE_STRERROR): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a70d613d76b4f5c6b4b40b80ac967828fd2cb41a;p=gcc.git (HAVE_STRERROR): Define. From-SVN: r8240 --- diff --git a/gcc/config/xm-gnu.h b/gcc/config/xm-gnu.h index feeb306b8f2..b093de55615 100644 --- a/gcc/config/xm-gnu.h +++ b/gcc/config/xm-gnu.h @@ -22,6 +22,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ instead $xm_file should be CPU/xm-gnu.h, which should include both CPU/xm-CPU.h and this file xm-gnu.h. */ +/* GNU has strerror. */ +#define HAVE_STRERROR /* Get a definition of O_RDONLY; some of the GCC files don't include this properly and will define it themselves to be zero. */