summaryrefslogtreecommitdiff
path: root/samples/i686-nptl-linux-gnu
AgeCommit message (Collapse)AuthorFilesLines
2008-06-25Update samples.Yann E. MORIN"1-2/+3
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++-- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 5 3 2 0 +++-- /trunk/samples/arm-unknown-linux-gnueabi/reported.by | 2 1 1 0 +- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++-- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 5 3 2 0 +++-- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 7 3 4 0 +++---- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 5 3 2 0 +++-- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++-- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++-- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 5 3 2 0 +++-- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 5 3 2 0 +++-- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 5 3 2 0 +++-- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 5 3 2 0 +++-- 13 files changed, 37 insertions(+), 27 deletions(-)
2008-06-24Update samples to the latest set of options, build-tested.Yann E. MORIN"1-22/+51
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 80 56 24 0 +++++++--- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 80 56 24 0 +++++++--- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 80 56 24 0 +++++++--- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 100 81 19 0 +++++++++++-- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 83 56 27 0 +++++++---- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 80 56 24 0 +++++++--- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 80 56 24 0 +++++++--- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 80 56 24 0 +++++++--- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 69 45 24 0 ++++++--- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 73 51 22 0 ++++++--- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 24 14 10 0 ++- 11 files changed, 583 insertions(+), 246 deletions(-)
2008-05-04Update samples to latest set of options.Yann E. MORIN"1-29/+15
Update components up to the latest working version. Update the set of supported languages for each sample. /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 42 14 28 0 ++---- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 107 62 45 0 ++++++++------ /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 42 14 28 0 ++---- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 79 43 36 0 ++++++----- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 42 13 29 0 +----- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 112 65 47 0 +++++++++------ /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 42 14 28 0 ++---- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 44 15 29 0 ++---- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 44 15 29 0 ++---- 9 files changed, 255 insertions(+), 299 deletions(-)
2008-05-03As a bonus, the i686-nptl-linux-gnu can build Fortrn and Java!Yann E. MORIN"1-2/+2
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2008-05-03This one was hard to build. At least a combination taht works.Yann E. MORIN"1-41/+73
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 114 73 41 0 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 41 deletions(-)
2008-02-14Robet P. J. DAY: typoes.Yann E. MORIN"1-1/+1
2008-01-16Update the samples to the new set of options (not changing the configuration).Yann E. MORIN"1-8/+13
2007-09-05Update the i686-nptl-linux-gnu sample.Yann E. MORIN"1-9/+16
2007-08-15Update all samples to the latest set of options (because so much as changed ↵Yann E. MORIN"1-118/+13
since we dropped the core C compiler and many obsolete versions).
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"1-1/+0
Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
2007-07-24Update the samples to the latest option set.Yann E. MORIN"1-17/+85
2007-05-27Merge the NPTL stuff.Yann E. MORIN"1-0/+294
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...