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]

[Crosstool-NG] [PATCH 0/5] Random patches


Hi,

You'll find hereafter some patches I had to used to build recent
toolchains. These have been rebased on rev. 1878 of the mercurial tree.

In the future, I intend to build toolchain for various embedded project
based on various architecture. Currently, it mainly concerns ARM, MIPS,
i386, with some spurious ppc (405, mpc875...). These toolchains might be
at the end aimed to be ran from Linux host, but I want also to be able
to run them from NetBSD and FreeBSD (yes, the non-GNU platform I'm
speaking about in my previous mail ;).

 - Arnaud

Arnaud Lacombe (5):
  Force gmp to use build tool.
  Fix recent gcc build
  Fix thread-less final gcc build.
  Add uClibc 0.9.31
  Disable wrapper's -Wunreachable-code

 config/cc/gcc.in                    |   11 +++++++++++
 config/libc/uClibc.in               |    6 ++++++
 scripts/build/cc/gcc.sh             |   18 +++++++++++++-----
 scripts/build/companion_libs/gmp.sh |    2 +-
 scripts/build/internals.sh          |    2 +-
 5 files changed, 32 insertions(+), 7 deletions(-)


--
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]