summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-12-26 21:02:17 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-12-26 21:02:17 +0000
commit0b1d423f0950146516bcdce64d586ff37f5fe927 (patch)
treec3dcc829ddf031d927f66555fa8dd28fa715bdc2 /gnu
parentc142be984edea72b334994c3ea4dc5e6f2384bd9 (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.gcc2
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
;;