diff options
Diffstat (limited to 'gcc/config/i386/xm-bsd386.h')
-rw-r--r-- | gcc/config/i386/xm-bsd386.h | 11 |
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 |