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] |
Dan, Frederic, and All, On Thursday 02 October 2008 22:11:57 Dan Wilder wrote: > If so the solution is either replace /bin/sh with symlink to /bin/bash, > or find instances of #!/bin/sh in scripts and change to #!/bin/bash. > Also make sure SHELL is set in Makefiles to /bin/bash. All scripts in crosstool-NG that use bashisms explictly call #!/bin/bash Conversely, all scripts that call #!/bin/sh are POSIX. Any lingering bashism in those scripts should be eradicated with a flame-thrower. :-] > Or else expunge bashisms from scripts and Makefiles. Unfortunately, scripts from the components (eg. glibc, gcc, mpfr...) are out of control from crosstool-NG... > Rumor has it Debian will follow suit. No doubt others too. I read those rumors a few weeks back... Upgrading to Squeeze wil be painfull... Sigh... Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +0/33 662376056 | Software Designer | \ / CAMPAIGN | ___ | | --==< ^_^ >==-- `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | `------------------------------^-------^------------------^--------------------' -- 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] |