diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-16 11:23:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-16 11:23:44 +0000 |
commit | 498a988fe4848ff82491683e4c801ce757b01969 (patch) | |
tree | d1af42d05f3483949459781aa88cdd1948691c7f /gnu/egcs | |
parent | dc7846e62c6ac62ebf9919e61a103acda804bf2e (diff) |
Bring exec-stack.h correctly on i386/ELF; spotted by pageexec@freemail.hu
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config.gcc b/gnu/egcs/gcc/config.gcc index a6ff581bce1..3be8df83234 100644 --- a/gnu/egcs/gcc/config.gcc +++ b/gnu/egcs/gcc/config.gcc @@ -733,9 +733,9 @@ i[34567]86-*-openbsd2* | i[34567]86-*-openbsd3.[012]) ;; i[34567]86-*-openbsd*) # needed to unconfuse gdb - tm_file="${tm_file} exec-stack.h" tmake_file="t-libc-ok t-openbsd i386/t-openbsd" tm_file="i386/i386.h i386/att.h svr4.h i386/openbsdelf.h i386/perform.h" + tm_file="${tm_file} exec-stack.h" gas=yes gnu_ld=yes stabs=yes |