diff options
author | camthesaxman <camthesaxman@users.noreply.github.com> | 2020-01-29 18:32:13 -0600 |
---|---|---|
committer | camthesaxman <camthesaxman@users.noreply.github.com> | 2020-01-29 18:32:13 -0600 |
commit | 9821a6af983f07bf146b19ca9993e37b88339bf2 (patch) | |
tree | 9ea2b3e93aa2695e5c0793a4e2643077d3a2c6c2 /gcc_arm/config.h | |
parent | cdc6e2c50f96119bdc4c1205ff5901ca82ec8357 (diff) |
add some more files
Diffstat (limited to 'gcc_arm/config.h')
-rw-r--r-- | gcc_arm/config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc_arm/config.h b/gcc_arm/config.h new file mode 100644 index 0000000..0c48f96 --- /dev/null +++ b/gcc_arm/config.h @@ -0,0 +1,12 @@ +#include "auto-host.h" +#include "gansidecl.h" +#include "i386/xm-i386.h" +#ifndef HAVE_ATEXIT +#define HAVE_ATEXIT +#endif +#ifndef POSIX +#define POSIX +#endif +#ifndef BSTRING +#define BSTRING +#endif |