aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r/xm-m32r.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m32r/xm-m32r.h')
-rw-r--r--gcc/config/m32r/xm-m32r.h5
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