classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Re: 4.1 PATCH: Fix libjava bootstrap failure in split-for-g


From: Rainer Orth
Subject: [cp-patches] Re: 4.1 PATCH: Fix libjava bootstrap failure in split-for-gcj.sh
Date: Wed, 10 Aug 2005 20:02:07 +0200 (MEST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]