aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i960/xm-i960.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i960/xm-i960.h')
-rw-r--r--gcc/config/i960/xm-i960.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i960/xm-i960.h b/gcc/config/i960/xm-i960.h
index 991b736..3617cae 100644
--- a/gcc/config/i960/xm-i960.h
+++ b/gcc/config/i960/xm-i960.h
@@ -24,8 +24,3 @@ Boston, MA 02111-1307, USA. */
#define HOST_BITS_PER_INT 32
#define HOST_BITS_PER_LONG 32
#define HOST_BITS_PER_LONGLONG 64
-
-/* If not compiled with GNU C, use the C alloca */
-#ifndef __GNUC__
-#define USE_C_ALLOCA
-#endif