aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-bsd386.h
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-08-11 09:56:58 -0600
committerJeff Law <law@gcc.gnu.org>1997-08-11 09:56:58 -0600
commit861bb6c1b0958236ad93717f98d347aa6152bd09 (patch)
treeb2e1ea43e0bdba8cca9bb02ed01f5e3da5a955a6 /gcc/config/i386/xm-bsd386.h
parent737cee66f221eb8de21f0e41affc4b13cb7c0feb (diff)
downloadgcc-861bb6c1b0958236ad93717f98d347aa6152bd09.zip
gcc-861bb6c1b0958236ad93717f98d347aa6152bd09.tar.gz
gcc-861bb6c1b0958236ad93717f98d347aa6152bd09.tar.bz2
Initial revisionmisc/cutover-egcs-1
From-SVN: r14764
Diffstat (limited to 'gcc/config/i386/xm-bsd386.h')
-rw-r--r--gcc/config/i386/xm-bsd386.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-bsd386.h b/gcc/config/i386/xm-bsd386.h
new file mode 100644
index 0000000..7a823b9
--- /dev/null
+++ b/gcc/config/i386/xm-bsd386.h
@@ -0,0 +1,11 @@
+/* Configuration for GCC for Intel i386 running BSDI's BSD/386 as host. */
+
+#include "i386/xm-i386.h"
+
+#define HAVE_STRERROR
+
+/* We have _sys_siglist, but the declaration in <signal.h> conflicts with
+ the declarations in collect2.c so disable the declarations
+ in those files. */
+
+#define DONT_DECLARE_SYS_SIGLIST