diff options
Diffstat (limited to 'gcc/config/m32r/xm-m32r.h')
-rw-r--r-- | gcc/config/m32r/xm-m32r.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/m32r/xm-m32r.h b/gcc/config/m32r/xm-m32r.h index 948b130..c99240a 100644 --- a/gcc/config/m32r/xm-m32r.h +++ b/gcc/config/m32r/xm-m32r.h @@ -28,8 +28,3 @@ Boston, MA 02111-1307, USA. */ /* Doubles are stored in memory with the high order word first. This matters when cross-compiling. */ #define HOST_WORDS_BIG_ENDIAN 1 - -/* If compiled with Sun CC, the use of alloca requires this #include. */ -#ifndef __GNUC__ -#include "alloca.h" -#endif |