diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-26 21:02:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-26 21:02:17 +0000 |
commit | 0b1d423f0950146516bcdce64d586ff37f5fe927 (patch) | |
tree | c3dcc829ddf031d927f66555fa8dd28fa715bdc2 /gnu | |
parent | c142be984edea72b334994c3ea4dc5e6f2384bd9 (diff) |
Make exception handling work on alpha.
tested by naddy@, deanna@; ok brad@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config.gcc b/gnu/usr.bin/gcc/gcc/config.gcc index b9f8c13897f..3f4c521a436 100644 --- a/gnu/usr.bin/gcc/gcc/config.gcc +++ b/gnu/usr.bin/gcc/gcc/config.gcc @@ -592,7 +592,7 @@ alpha*-*-openbsd*) tm_file="${tm_file} exec-stack.h" # default x-alpha is only appropriate for dec-osf. target_cpu_default="MASK_GAS" - tmake_file="alpha/t-alpha alpha/t-ieee" + tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee" gas=yes gnu_ld=yes ;; |