aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-01-10 10:42:47 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-01-10 10:42:47 -0800
commit57a60e95cd78ce2d7796358723c9c934bdcccdc8 (patch)
tree3fd27d07782d35d94fac37359cbf302d4efa5810
parent9cfb5dd68c575b7c0aac270408963739a4d516d8 (diff)
downloadgcc-57a60e95cd78ce2d7796358723c9c934bdcccdc8.zip
gcc-57a60e95cd78ce2d7796358723c9c934bdcccdc8.tar.gz
gcc-57a60e95cd78ce2d7796358723c9c934bdcccdc8.tar.bz2
(SHELL): Define to /bin/bash.
From-SVN: r6365
-rw-r--r--gcc/config/x-lynx3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/x-lynx b/gcc/config/x-lynx
index 8252906..9769a13 100644
--- a/gcc/config/x-lynx
+++ b/gcc/config/x-lynx
@@ -5,3 +5,6 @@ OLDCC = /bin/gcc
# ??? This takes far too long to run, several hours, so let's not do it for
# now.
STMP_FIXPROTO =
+
+# /bin/sh is too buggy, so use /bin/bash instead.
+SHELL = /bin/bash