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: 4.1 PATCH: Fix libjava bootstrap failure in split-for-gcj.sh


Andrew Pinski writes:

> Isn't better just to run split-for-gcj.sh with the CONFIG_SHELL or will 
> not work
> the above problems?  If it does with the recommended CONFIG_SHELL, then 
> this is
> PR 23238: <http://gcc.gnu.org/PR23238>.

This would work on Solaris (both SPARC and x86) where the recommended
CONFIG_SHELL (/bin/ksh) supports both constructs, but on Tru64 UNIX we
don't recommend a non-standard CONFIG_SHELL, but /bin/sh doesn't work.  So
while it would be useful to use CONFIG_SHELL here instead of hardcoding
/bin/sh, it would be safer to remove the nonportable constructs as well to
avoid running into them on other platforms later.

	Rainer


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