[uClibc] 2.95 toolchain patch

David Muse dmuse at 4accesscommunications.com
Mon Aug 30 22:58:49 UTC 2004


In case anyone's interested, here's a patch that fixes the 2.95 toolchain build (at least for arm).

This patch can be applied as follows:

download the toolchain module from cvs
cd toolchains/2.95
patch -p1 < gcc-2.95.patch

I usually build for arm with optimizations for xscale.  That is still broken.  You can build for
generic arm or optimized for other cpu's but the -march=armv4 and -Wa,-mcpu=xscale options
that uClibc uses together for that optimization make gcc 2.95 unhappy.  The -march=armv4
could possibly be removed, but that would require a uClib patch.  This patch just modifies the
files that are part of the build process itself.  Well, sort of, it does add a gcc patch.

Anyway, hope this is useful to somebody.

David Muse
dmuse at 4accesscommunications.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-2.95.patch
Type: application/octet-stream
Size: 3266 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20040830/b5789b5e/attachment.obj 


More information about the uClibc mailing list