diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-09 12:51:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-09 12:51:54 +0000 |
commit | 2064e815af6e9afe612aa70659556862210d7ea1 (patch) | |
tree | 5e39fb7ca82d0361f01bb05e58df37fe946ade80 /gnu/egcs | |
parent | 227725a6b5dfe2296f465499a964ca0d7dfbc8d9 (diff) |
Set use_collect2 on m88k. Fixes the lib/csu/init_priority regress test.
IMPORTANT: be sure to recompile and reinstall libc, libobjc, libpthread and
libstdc++ immediately after installing the new gcc.
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config.gcc b/gnu/egcs/gcc/config.gcc index 78fed21768f..9ce6d89a868 100644 --- a/gnu/egcs/gcc/config.gcc +++ b/gnu/egcs/gcc/config.gcc @@ -1674,6 +1674,7 @@ m88k-*-luna*) m88k-*-openbsd*) # tm_file="${tm_file} exec-stack.h" tmake_file="t-libc-ok t-openbsd m88k/t-openbsd" + use_collect2=yes ;; m88k-*-sysv3*) tm_file=m88k/sysv3.h |