From dbe86ef0cad473922ebbee79d6382d5753a8ea84 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 23 Sep 2002 01:37:51 +0000 Subject: Activate exec-stack.h on m68k. This is not really necessary on this arch, but being consistent with the other arches is a plus, and by replacing the existing - and bogus - m68k trampoline code, this makes nested functions usable on m68k, should that become ever necessary. --- gnu/egcs/gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/egcs/gcc/config.gcc b/gnu/egcs/gcc/config.gcc index fb6721a08ca..f46b3bfb31e 100644 --- a/gnu/egcs/gcc/config.gcc +++ b/gnu/egcs/gcc/config.gcc @@ -1530,7 +1530,7 @@ m68k*-*-netbsd*) use_collect2=yes ;; m68k*-*-openbsd*) -# tm_file="${tm_file} exec-stack.h" + tm_file="${tm_file} exec-stack.h" tmake_file="t-libc-ok t-openbsd m68k/t-openbsd" float_format=m68k # we need collect2 until our bug is fixed... -- cgit v1.2.3