This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Using crosstool under solaris 10


On 4/26/06, Dirk Eibach <eibach@gdsys.de> wrote:
> I am trying to use crosstool under solaris 10.
> Maybe you have some idea what goes wrong here:
>
> getandpatch.sh: Syntaxfehler in Zeile 95: `;' unerwartet

Yes.  In the crosstool shell scripts, there are many places
where I wrote
   for a in foo bar baz; do
This is a bashism/posixism(?).  The portable syntax is
   for a in foo bar baz
   do
Does the attached patch help?
- Dan

--
Wine for Windows ISVs: http://kegel.com/wine/isv

Attachment: for.patch
Description: Binary data

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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