diff options
Diffstat (limited to 'contrib/gcc/config/sparc/xm-pbd.h')
-rw-r--r-- | contrib/gcc/config/sparc/xm-pbd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/gcc/config/sparc/xm-pbd.h b/contrib/gcc/config/sparc/xm-pbd.h new file mode 100644 index 0000000000000..1c3f47590c798 --- /dev/null +++ b/contrib/gcc/config/sparc/xm-pbd.h @@ -0,0 +1,10 @@ +/* Host environment for the tti "Unicom" PBB 68020 boards */ + +#include "sparc/xm-sparc.h" + +#define USG + +#ifndef __GNUC__ +#define USE_C_ALLOCA +#endif + |