summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2000-12-13 01:54:53 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2000-12-13 01:54:53 +0000
commit214550827ff75a5f6f85dddc157c0299b7079dd5 (patch)
treea5791e4f1ad83c2e7308d9982229e120d86f52ad /gnu
parent5876a6d55e98a01896e5f014d16c994fb062b381 (diff)
On vax build libgcc without -fPIC for now.
Diffstat (limited to 'gnu')
-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
;;