crosstool-ng/scripts
Yann E. MORIN" 832d6ba314 Fix building big-endian ARM EABI toolchains (build-tested only).
Patch highly inspired by the one from OpenWRT (http://openwrt.org/)

 /trunk/patches/gcc/4.2.3/930-eabi_fixes.patch |   13    13     0     0 +++++++++++++
 /trunk/scripts/build/cc_gcc.sh                |    6     4     2     0 ++++--
 2 files changed, 17 insertions(+), 2 deletions(-)
2008-05-25 22:10:32 +00:00
..
build Fix building big-endian ARM EABI toolchains (build-tested only). 2008-05-25 22:10:32 +00:00
crosstool.sh Use the arch-specific target LDFLAGS into the final target LDFLAGS. 2008-05-24 22:38:07 +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