diff options
Diffstat (limited to 'gcc/config/i386/xm-bsd386.h')
-rwxr-xr-x | gcc/config/i386/xm-bsd386.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-bsd386.h b/gcc/config/i386/xm-bsd386.h new file mode 100755 index 0000000..6b8eee7 --- /dev/null +++ b/gcc/config/i386/xm-bsd386.h @@ -0,0 +1,3 @@ +/* Configuration for GCC for Intel i386 running BSDI's BSD/386 as host. */ + +#include "i386/xm-i386.h" |