diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 9314d9d33a6..84749787744 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -842,4 +842,8 @@ do { fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \ #define MAX_OFILE_ALIGNMENT BIGGEST_ALIGNMENT #endif +#ifndef FRAME_GROWS_DOWNWARD +#define FRAME_GROWS_DOWNWARD 0 +#endif + #endif /* ! GCC_DEFAULTS_H */ |