diff options
author | 2000-12-13 01:54:52 +0000 | |
---|---|---|
committer | 2000-12-13 01:54:52 +0000 | |
commit | 7f4fb5bc0fb4103b84592653ef3d1b87d79334ff (patch) | |
tree | 2c9b8a93159ab67f4c8ae2717377e144379360a5 | |
parent | rhosts-rsa is no longer automagically disabled if ssh is not privileged. (diff) | |
download | wireguard-openbsd-7f4fb5bc0fb4103b84592653ef3d1b87d79334ff.tar.xz wireguard-openbsd-7f4fb5bc0fb4103b84592653ef3d1b87d79334ff.zip |
On vax build libgcc without -fPIC for now.
-rw-r--r-- | gnu/egcs/gcc/configure | 2 |
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 ;; |