summaryrefslogtreecommitdiff
path: root/gnu/egcs
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-08-24 00:23:12 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-08-24 00:23:12 +0000
commitfab392781711b5f3ab639479a93d855b6c0e1dc3 (patch)
tree8838298e9277ad613a135110e16dbd9335ee7035 /gnu/egcs
parentc88af02ecb5d6bb977b45d993d3ade0f508437e7 (diff)
Avoid /usr/ARCH-unknown-openbsd in a way more friendly to
cross-compilers... Yet another commit I forgot...
Diffstat (limited to 'gnu/egcs')
-rw-r--r--gnu/egcs/gcc/Makefile.in2
-rw-r--r--gnu/egcs/gcc/config/x-openbsd3
2 files changed, 1 insertions, 4 deletions
diff --git a/gnu/egcs/gcc/Makefile.in b/gnu/egcs/gcc/Makefile.in
index 3796ec9391c..3be29856bdc 100644
--- a/gnu/egcs/gcc/Makefile.in
+++ b/gnu/egcs/gcc/Makefile.in
@@ -2491,7 +2491,7 @@ installdirs:
done
-if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; chmod a+rx $(bindir) ; fi
-if [ -d $(includedir) ] ; then true ; else mkdir $(includedir) ; chmod a+rx $(includedir) ; fi
- -if [ -d $(gcc_tooldir) ] ; then true ; else mkdir $(gcc_tooldir) ; chmod a+rx $(gcc_tooldir) ; fi
+# -if [ -d $(gcc_tooldir) ] ; then true ; else mkdir $(gcc_tooldir) ; chmod a+rx $(gcc_tooldir) ; fi
-if [ -d $(assertdir) ] ; then true ; else mkdir $(assertdir) ; chmod a+rx $(assertdir) ; fi
-if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; chmod a+rx $(infodir) ; fi
# We don't use mkdir -p to create the parents of man1dir,
diff --git a/gnu/egcs/gcc/config/x-openbsd b/gnu/egcs/gcc/config/x-openbsd
index 7d924545c77..727e4359fa1 100644
--- a/gnu/egcs/gcc/config/x-openbsd
+++ b/gnu/egcs/gcc/config/x-openbsd
@@ -2,6 +2,3 @@
BISON=yacc
# and we want our libiberty too
LIBIBERTY=-liberty
-
-# avoid making /usr/i386-unknown-openbsd2.5
-gcc_tooldir=/tmp