This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR libgomp/41418: fix libgomp without fortran enabled


Bernhard Reutner-Fischer wrote:

>>> -FC="$GFORTRAN"
>>> +case `echo $GFORTRAN` in
> 
> despite Jakub's ok, why spawn a subshell here?

  Use of `echo` is portable shellese for "strip leading whitespace".

    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]