diff options
Diffstat (limited to 'contrib/gcc/config/sparc/xm-sol2.h')
-rw-r--r-- | contrib/gcc/config/sparc/xm-sol2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/gcc/config/sparc/xm-sol2.h b/contrib/gcc/config/sparc/xm-sol2.h deleted file mode 100644 index 5613b086b572..000000000000 --- a/contrib/gcc/config/sparc/xm-sol2.h +++ /dev/null @@ -1,4 +0,0 @@ -/* If not compiled with GNU C, include the system's <alloca.h> header. */ -#ifndef __GNUC__ -#include <alloca.h> -#endif |