]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/arm/xm-arm.h
aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
[thirdparty/gcc.git] / gcc / config / arm / xm-arm.h
index efb1ecfe4618b4211fba0c92b1fd7eca311421f2..ff16b71b69288ec4f19dff45c44db191313585a6 100644 (file)
@@ -36,11 +36,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define HOST_FLOAT_WORDS_BIG_ENDIAN 1
 
-/* If not compiled with GNU C, use C alloca.  */
-#ifndef __GNUC__
-#define USE_C_ALLOCA
-#endif
-
 /* If we have defined POSIX, but are compiling in the BSD environment, then
    we need to define getcwd in terms of getwd.  */
 #if defined (POSIX) && defined (_BSD_C)