Yann E. MORIN"
4d8c26fe11
configure: force using the C locale to check messages
2009-10-10 16:44:12 +02:00
Yann E. MORIN"
8d0062fabc
configure: fix --with-foo=/path/to/foo
...
When a required tool is specified with --with-foo, store the variable
in the list.
2009-10-10 16:41:12 +02:00
Arnaud Vrac
e11863d167
eglibc: add support for user provided option groups
...
Signed-off-by: Arnaud Vrac <avrac@freebox.fr>
2009-10-09 16:22:09 +02:00
Yann E. MORIN"
bc7cfc95ad
samples: fix the avr32-unknown-none sample
...
Bizarely enough, binutils-2.18 fails to build when CONFIG_SHELL is set
to /bin/bash (although it has code to recognise bash and act accordingly).
Waht is really strange is that it does build when CONFIG_SHELL is set
to /bin/sh, *although* /bin/sh is a symlink to /bin/bash. WTF?!?!
2009-10-08 23:29:45 +02:00
Yann E. MORIN"
2fb4f224f3
samples: update
2009-10-04 12:53:12 +02:00
Yann E. MORIN"
a14d72bf4f
libelf: add libelf-0.8.12
2009-10-04 11:25:34 +02:00
Yann E. MORIN"
9b9be141ee
Merge.
2009-10-03 18:49:51 +02:00
Yann E. MORIN"
26edbc5b62
configure: split has_or_abort in two: one to check, one to abort
...
Split the has_or_abort function in two:
- one that checks if the tool if found,
- one that calls the above check, and aborts if not found
The rational behind this is to be able to check for a tool
and if not found, fallback to using our bundled version,
should the need arise (and I get time).
2009-10-03 18:49:23 +02:00
Yann E. MORIN"
89351cb898
Merge.
2009-10-03 18:21:41 +02:00
Yann E. MORIN"
d0c5d174bf
libc/glibc: don't use legacy snapshots
...
glibc snapshots have not been updated for about the
past 5 months. Consider them to be deprecated, now.
2009-10-03 18:19:39 +02:00
Yann E. MORIN"
45f7421c17
Merge.
2009-10-03 17:34:37 +02:00
Yann E. MORIN"
1e1f247acc
doc: update documentation, mostly eye-candy
2009-10-03 17:23:17 +02:00
Yann E. MORIN"
c3b2d932d8
debug/gdb: cleanup (remove) the static ncurses build
...
ncurses is built solely for the sake of building a native gdb.
The user should not rely on this library to build his/her userland,
but should rather build his/her own. So we remove it from the
sysroot after we successfully build the native gdb.
2009-10-03 17:09:18 +02:00
Yann E. MORIN"
947df3a503
sample: update the i686-nptl-linux-gnu sample
...
Update this sample, now it seems to correctly build again.
2009-10-03 16:53:05 +02:00
Yann E. MORIN"
399a88364f
libc/eglibc: fix building for seemingly native toolchains
...
Build eglibc with -O2 as a fix/workaround to building
seemingly-native toolchains (see docs/overview.txt).
See:
- docs/overview.txt
- docs/known-issues.txt
- http://sourceware.org/ml/crossgcc/2009-10/msg00001.html
2009-10-02 22:10:17 +02:00
Yann E. MORIN"
443f51a2dc
libc/glibc: fix building for seemingly native toolchains
...
Build glibc with -O2 as a fix/workaround to building
seemingly-native toolchains.
See:
- docs/overview.txt
- docs/known-issues.txt
- http://sourceware.org/ml/crossgcc/2009-09/msg00055.html
2009-10-02 22:10:38 +02:00
Yann E. MORIN"
b586e9ce72
libc/glibc: remove dead code
...
The option to retrieve snapshots is already handled by
the generic 'specific date' and 'use latest' entries.
No need for a special case, as there's no code for it.
2009-10-02 00:04:24 +02:00
Yann E. MORIN"
7280facf18
samples: upgrade some samples
...
Upgrading all samples is too much a hassle.
Stick with those few for now.
2009-10-01 22:14:45 +02:00
Yann E. MORIN"
e8ffa14940
samples: remove arm-beagle-linux-gnueabi
...
Use the generic arm-cortex_a8-linux-gnueabi sample instead.
2009-09-13 19:51:26 +02:00
Yann E. MORIN"
0d9345d1da
Merge.
2009-10-01 22:12:18 +02:00
nyet
036903d527
gcc: ecjx.cc -> ecjx.o should use host compiler, not cross compiler
2009-09-28 19:31:19 +02:00
Yann E. MORIN"
9d743adb55
scripts: update config.guess and config.sub
2009-09-27 12:12:21 +02:00
Yann E. MORIN"
e0ec8eda63
readme: document patch description
2009-09-27 12:03:48 +02:00
Yann E. MORIN"
7111e7fdf6
gcc: forward port gcc-4.4.0 patchset to 4.4.1
2009-09-27 11:35:43 +02:00
Yann E. MORIN"
464dc74aa5
kernel/linux: update versions.
2009-09-26 12:46:41 +02:00
Yann E. MORIN"
5fea8b3826
Insert an empty line bwetween added new versions.
2009-09-26 12:45:07 +02:00
Yann E. MORIN"
c51ba7ac62
debug/ltrace: fix build with /exotic/ linux-host OS
...
For ARM EABI hosts (ct-ng's target), the tupple ends in 'gnueabi'
For uClibc-based toolchains, the tuple ends in '-uclibc.*'
Make ltrace recognise those tuples as being the same as 'linux-gnu'
2009-09-14 18:58:55 +02:00
Yann E. MORIN"
192d66e563
Merge.
2009-09-13 18:59:36 +02:00
Yann E. MORIN"
b6568d675b
config: fix indentation for options marked EXPERIMENTAL or OBSOLETE
...
Change the 2-space separation into a 1-space separation, for the sake
of homogeneity.
2009-09-13 18:44:17 +02:00
Yann E. MORIN"
0c63755957
scripts: add new version at top of choice
...
Add new versions at the top of the choice menu, not at the bottom.
2009-09-13 18:38:06 +02:00
Yann E. MORIN"
caeb4ada23
config: re-order menu entries so that latest versions are at the top
...
It makes better sense to have latest versions at the top of the choice
entries.
2009-09-13 17:51:33 +02:00
Yann E. MORIN"
2d6a221bab
samples: correclty fix saving samples with a C library config file
2009-09-13 17:14:28 +02:00
Yann E. MORIN"
5bd5b5d687
samples: fix uClibc config file location
2009-09-13 17:14:03 +02:00
Yann E. MORIN"
028b9d1c98
comp-libs/cloog: fix building
...
For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl.
For any later versions, the driectory name does have the version, such as
cloog-ppl-0.15.4.
2009-09-13 12:25:33 +02:00
Yann E. MORIN"
2418f95c9e
Merge.
2009-09-13 12:12:05 +02:00
Yann E. MORIN"
00f6b4695f
samples: update
2009-09-13 11:49:10 +02:00
Yann E. MORIN"
81a201e0de
Merge.
2009-09-12 11:20:09 +02:00
Yann E. MORIN"
338f763aef
kernel/linux: add latest versions
...
Add 2.6.27.33 as long-term stable, and 2.6.30.6 and 2.6.31.
2009-09-12 11:19:30 +02:00
Yann E. MORIN"
ffe6b1cb57
comp-libs/mpc: add latest 0.7 version.
2009-09-12 10:18:36 +02:00
Yann E. MORIN"
414f639105
comp-libs/cloog: new versions have the version number in the dir name
...
For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl.
For any later versions, the driectory name does have the version, such as
cloog-ppl-0.15.4.
2009-09-12 10:16:28 +02:00
Yann E. MORIN"
6b37673b64
samples: fix saving samples
...
Use a correct sed pattern when setting CT_PREFIX_DIR
2009-09-12 00:10:38 +02:00
Yann E. MORIN"
26b3a17f58
libc/eglibc: fix download
...
Fix the test to check if download is forced.
2009-09-12 00:11:12 +02:00
Yann E. MORIN"
9335bb7cd6
gcc: add patch to fix EABI for armv4t
...
As pointed out by Martin GUY, gcc incorrectly generates armv5t
instrcutions for EABI, even for cores that are an armv4t.
The new patch (for the 4.3 series) fixes the problem by downgrading
the default CPU for EABI to being an armv4t core.
2009-09-09 00:02:01 +02:00
Yann E. MORIN"
0233ac8534
kconfig: allow stdin/stdout redirection
...
Allow stdin/stdout redirection for the CLI conf (not mconf).
This allows to recall a sample and automatically apply the defaults
to new configuration option, with something like the following:
yes "" |ct-ng "sample_name"
2009-09-08 22:42:48 +02:00
Blair Burtan
e3cc9d1b27
docs: add a tutorial on how to build a toolchain on Mac OS-X
...
Add a step-bystep tutorial to build a cross-toolchain on Mac OS-X.
2009-09-07 23:12:25 +02:00
Yann E. MORIN"
c8ea24328e
companion libs: add latest CLooG/PPL versions
...
Add the latest 0.15.{4,5,6,7} CLoog/PPL.
2009-09-07 22:03:06 +02:00
Yann E. MORIN"
ea352a96a3
samples: show the PPL, GLoog/ppl and MPC versions
...
When displaying a sample, do show the PPL, CLoog/ppl and MPC versions
2009-09-07 19:03:09 +02:00
Yann E. MORIN"
565378d2b9
samples: fix displaying selected tools
...
Do display selected tools / debug facilities when displaying a sample.
2009-09-07 18:55:11 +02:00
Yann E. MORIN"
0d434aabb6
samples: replace usage of echo with printf
...
Using printf instead of echo allows easier and better formatting.
2009-09-07 18:40:30 +02:00
Yann E. MORIN"
3136ecb066
tools wrapper: fix building
...
Remove the build tools only after the wrapper is built.
Use the corect C compiler to build the tools wrapper.
Use the correct log level.
2009-09-06 17:58:05 +02:00