blob: 7a823b96032638c4dc49ede01e77499d4f26e0bb (
plain)
1
2
3
4
5
6
7
8
9
10
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
|