aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@be.com>1999-05-06 20:04:33 +0000
committerRichard Henderson <rth@gcc.gnu.org>1999-05-06 13:04:33 -0700
commit3dde7044de9d194c0bda7b1949d0a0cc5ea773fe (patch)
tree6cc964fa9f92dcbe83f4c049a257fb16c360e4e0
parent6a843296811dbcaf630d5d4b5929fdec1158a8e4 (diff)
downloadgcc-3dde7044de9d194c0bda7b1949d0a0cc5ea773fe.zip
gcc-3dde7044de9d194c0bda7b1949d0a0cc5ea773fe.tar.gz
gcc-3dde7044de9d194c0bda7b1949d0a0cc5ea773fe.tar.bz2
Fred Fish <fnf@be.com>
Fred Fish <fnf@be.com> * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined. (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise. From-SVN: r26807
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/xm-beos.h8
2 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cfd13f7..d528a79 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 6 20:02:33 1999 Fred Fish <fnf@be.com>
+
+ * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
+ (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.
+
Wed May 5 20:28:32 1999 Jason Merrill <jason@yorick.cygnus.com>
* install.texi (Header Dirs): s/GPLUS/GPLUSPLUS/.
diff --git a/gcc/config/rs6000/xm-beos.h b/gcc/config/rs6000/xm-beos.h
index 681aa73..617ad2f 100644
--- a/gcc/config/rs6000/xm-beos.h
+++ b/gcc/config/rs6000/xm-beos.h
@@ -72,10 +72,18 @@ extern void *alloca ();
/* Define various things that the BeOS host has. */
+#ifndef HAVE_VPRINTF
#define HAVE_VPRINTF
+#endif
+#ifndef HAVE_PUTENV
#define HAVE_PUTENV
+#endif
+#ifndef HAVE_ATEXIT
#define HAVE_ATEXIT
+#endif
+#ifndef HAVE_RENAME
#define HAVE_RENAME
+#endif
#define STDC_HEADERS 1