diff options
Diffstat (limited to 'contrib/gcc/config/xm-alloca.h')
-rw-r--r-- | contrib/gcc/config/xm-alloca.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/gcc/config/xm-alloca.h b/contrib/gcc/config/xm-alloca.h deleted file mode 100644 index 3dbdc37a1f0a..000000000000 --- a/contrib/gcc/config/xm-alloca.h +++ /dev/null @@ -1,4 +0,0 @@ -/* If not compiled with GNU C, use the portable alloca. */ -#ifndef __GNUC__ -#define USE_C_ALLOCA -#endif |