aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-10-07 19:10:25 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-10-07 19:10:25 -0400
commita70d613d76b4f5c6b4b40b80ac967828fd2cb41a (patch)
tree5ddf84856f261a66a13a58e3bc43d9c575c0f3a9
parentaae807c0f4af55ec4e4e4a0d595d50f10f54a2e2 (diff)
downloadgcc-a70d613d76b4f5c6b4b40b80ac967828fd2cb41a.zip
gcc-a70d613d76b4f5c6b4b40b80ac967828fd2cb41a.tar.gz
gcc-a70d613d76b4f5c6b4b40b80ac967828fd2cb41a.tar.bz2
(HAVE_STRERROR): Define.
From-SVN: r8240
-rw-r--r--gcc/config/xm-gnu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/xm-gnu.h b/gcc/config/xm-gnu.h
index feeb306..b093de5 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. */