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


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to