diff options
Diffstat (limited to 'gnu/usr.bin')
-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 |