summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugh <hugh@openbsd.org>2000-12-13 01:54:52 +0000
committerhugh <hugh@openbsd.org>2000-12-13 01:54:52 +0000
commit7f4fb5bc0fb4103b84592653ef3d1b87d79334ff (patch)
tree2c9b8a93159ab67f4c8ae2717377e144379360a5
parentrhosts-rsa is no longer automagically disabled if ssh is not privileged. (diff)
downloadwireguard-openbsd-7f4fb5bc0fb4103b84592653ef3d1b87d79334ff.tar.xz
wireguard-openbsd-7f4fb5bc0fb4103b84592653ef3d1b87d79334ff.zip
On vax build libgcc without -fPIC for now.
-rw-r--r--gnu/egcs/gcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/configure b/gnu/egcs/gcc/configure
index e414aa98e48..4f773510102 100644
--- a/gnu/egcs/gcc/configure
+++ b/gnu/egcs/gcc/configure
@@ -5574,7 +5574,7 @@ for machine in $build $host $target; do
use_collect2=yes
;;
vax-*-openbsd*)
- tmake_file="${tmake_file} vax/t-openbsd"
+ tmake_file="t-libc-ok t-openbsd vax/t-openbsd"
float_format=vax
use_collect2=yes
;;