diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-11 13:43:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-05-11 13:43:28 +0000 |
commit | bd226d883f98bcfe3db415aa31d6dd63e664b52a (patch) | |
tree | 576a7059be34e481179aa2fe9dae4f6dd6320f93 /gnu | |
parent | 7ddfc213f6671912f68636cee171720f7baf8673 (diff) |
Do not try to test libgcc1 on vax-crosscompilers as we miss two functions
from libc at this point
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/config/vax/t-openbsd | 3 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/configure | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/vax/t-openbsd b/gnu/usr.bin/gcc/config/vax/t-openbsd new file mode 100644 index 00000000000..fbc85d12a32 --- /dev/null +++ b/gnu/usr.bin/gcc/config/vax/t-openbsd @@ -0,0 +1,3 @@ +# We need urem and udiv from some kind of support library (e.g. libc) and +# at this point we don't have that available +LIBGCC1_TEST = diff --git a/gnu/usr.bin/gcc/configure b/gnu/usr.bin/gcc/configure index 325bc546fb8..1a8f18df199 100644 --- a/gnu/usr.bin/gcc/configure +++ b/gnu/usr.bin/gcc/configure @@ -5082,7 +5082,7 @@ for machine in $build $host $target; do ;; vax-*-openbsd*) tm_file=vax/openbsd.h - tmake_file=t-libc-ok + tmake_file="t-libc-ok vax/t-openbsd" # On OpenBSD, the headers are already okay. fixincludes=Makefile.in xmake_file=x-openbsd |