crosstool-ng/scripts
Yann E. MORIN" 9d2e7e0b70 Introduce target-specific LDFLAGS, the same way we have CFLAGS for the target.
It seems to be helping gcc somewhat into telling the correct endianness to ld that sticks with little endian even when the target is big (eg armeb-unknown-linux-uclibcgnueabi).
There's still work to do, especially finish the gcc part that is not in this commit.

 /trunk/scripts/functions |    9     7     2     0 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
2008-05-21 22:00:52 +00:00
..
build Build an MPFR library that is thread-safe (I don't know if either binutils or gcc are threaded themselves). 2008-05-21 21:52:31 +00:00
crosstool.sh Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00
functions Introduce target-specific LDFLAGS, the same way we have CFLAGS for the target. 2008-05-21 22:00:52 +00:00
saveSample.sh Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00
showSamples.sh Add a new help entry to list each samples more verbosely, but only on-demand. 2008-05-02 21:49:43 +00:00
tarball.sh.broken Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00