diff options
Diffstat (limited to 'gnu/egcs/gcc/configure.in')
-rw-r--r-- | gnu/egcs/gcc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/configure.in b/gnu/egcs/gcc/configure.in index 5c68cb60498..9ea0f7afe1e 100644 --- a/gnu/egcs/gcc/configure.in +++ b/gnu/egcs/gcc/configure.in @@ -527,6 +527,7 @@ changequote([,])dnl *-*-openbsd*) tm_file=${cpu_type}/openbsd.h tmake_file="t-libc-ok t-openbsd" + xmake_file=x-openbsd # avoid surprises, always provide an xm-openbsd file xm_file=${cpu_type}/xm-openbsd.h # don't depend on processor x-fragments as well |