aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xm-openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/xm-openbsd.h')
-rw-r--r--gcc/config/xm-openbsd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/xm-openbsd.h b/gcc/config/xm-openbsd.h
index b18e7fe..27ddfc5 100644
--- a/gcc/config/xm-openbsd.h
+++ b/gcc/config/xm-openbsd.h
@@ -27,8 +27,3 @@ Boston, MA 02111-1307, USA. */
problems that may occur with gcc's interpretation. */
#undef POSIX
#define POSIX
-
-/* Ensure we get gnu C's defaults. */
-#ifdef __GNUC__
-#define alloca __builtin_alloca
-#endif