2008-06-15Better install the libraries improperly installed by gcc in prefix/target/lib instead of sysroot/usr/lib.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jun 2008 20:51:37 +0000] rev 563
Better install the libraries improperly installed by gcc in prefix/target/lib instead of sysroot/usr/lib.

/trunk/scripts/build/cc_gcc.sh | 3 2 1 0 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

2008-06-15When saving a sample, force the prefix directory to be ${HOME}/x-tools/${CT_TARGET} .
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jun 2008 19:55:56 +0000] rev 562
When saving a sample, force the prefix directory to be ${HOME}/x-tools/${CT_TARGET} .

/trunk/scripts/saveSample.sh | 4 3 1 0 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

2008-06-15Samples should default to installing into ${HOME}/x-tools/${CT_TARGET}
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jun 2008 19:51:09 +0000] rev 561
Samples should default to installing into ${HOME}/x-tools/${CT_TARGET}

/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-06-15Add a new rule to build the sample table ready to include in the WiKi.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jun 2008 19:25:51 +0000] rev 560
Add a new rule to build the sample table ready to include in the WiKi.

/trunk/scripts/showSamples.sh | 81 53 28 0 ++++++++++++++++++++++++++++++++-----------------
/trunk/samples/samples.mk | 6 6 0 0 ++++
2 files changed, 59 insertions(+), 28 deletions(-)

2008-06-15Update the Alpha sample to a working combination.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jun 2008 19:25:14 +0000] rev 559
Update the Alpha sample to a working combination.

/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 21 8 13 0 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)

2008-06-15Make binutils 2.17 recognise makeinfo 2.11 as being more recent than the required 2.4.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jun 2008 16:44:33 +0000] rev 558
Make binutils 2.17 recognise makeinfo 2.11 as being more recent than the required 2.4.

/trunk/patches/binutils/2.17/120-makeinfo-version.patch | 16 0 16 0 ----------------
1 file changed, 16 deletions(-)

2008-06-14Preliminary Alpha support, courtesy Ioannis E. Venetis <venetis@capsl.udel.edu>.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jun 2008 20:57:57 +0000] rev 557
Preliminary Alpha support, courtesy Ioannis E. Venetis <venetis@capsl.udel.edu>.

/trunk/docs/CREDITS | 3 3 0 0 +
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 282 282 0 0 +++++++++++++++++++
/trunk/config/target.in | 9 9 0 0 +
/trunk/arch/alpha/functions | 9 9 0 0 +
/trunk/arch/alpha/config.in | 58 58 0 0 ++++
5 files changed, 361 insertions(+)

2008-06-14Remove 'make' warning whith ./configure --local.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jun 2008 14:04:54 +0000] rev 556
Remove 'make' warning whith ./configure --local.
Eye-candy.

/trunk/Makefile.in | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

2008-06-11Re-instate a functionnal --local test.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 11 Jun 2008 22:18:06 +0000] rev 555
Re-instate a functionnal --local test.
Introduce a TARGETS make variable that contains sub-parts to {build,install,clean,uninstall}
Small fix to directories creation.

/trunk/Makefile.in | 28 19 9 0 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)

2008-06-11Include the full version number in the directory paths installed.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 11 Jun 2008 21:45:57 +0000] rev 554
Include the full version number in the directory paths installed.
Change the version string so that it does not break 'make', and so that it has no '/' (it would be a hell if installed directories would mirror the SVN branches... :-/ )
Do not use implicit rules for the Makefile.
Simplify and enc=hance the --local test to refuse (un)installing.
Double-quotes variables, they are based on user input.
Eye-candy in the 'compile' and install messages.

/trunk/configure | 26 14 12 0 ++++++++++---------
/trunk/Makefile.in | 83 45 38 0 +++++++++++++++++++++++++++++++++---------------------------
2 files changed, 59 insertions(+), 50 deletions(-)