From: Jim Wilson Date: Mon, 10 Jan 1994 18:42:47 +0000 (-0800) Subject: (SHELL): Define to /bin/bash. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57a60e95cd78ce2d7796358723c9c934bdcccdc8;p=platform%2Fupstream%2Fgcc.git (SHELL): Define to /bin/bash. From-SVN: r6365 --- 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