diff options
-rw-r--r-- | gnu/egcs/gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config.gcc b/gnu/egcs/gcc/config.gcc index 3be8df83234..78fed21768f 100644 --- a/gnu/egcs/gcc/config.gcc +++ b/gnu/egcs/gcc/config.gcc @@ -2784,6 +2784,10 @@ we32k-att-sysv*) xm_file="${xm_file} xm-svr3" use_collect2=yes ;; +x86_64-*-openbsd*) + # only here to allow cross compiles. + xm_file="i386/xm-openbsd.h" + ;; *) echo "Configuration $machine not supported" 1>&2 exit 1 |