aboutsummaryrefslogtreecommitdiff
path: root/steps.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge the fortran stuff to trunk now it works!Yann E. MORIN"2008-04-301-0/+2
| | | | | | | | | | | | Fortran is not supported for all targets, though. ARM at least does not work. /trunk/scripts/build/binutils.sh | 8 8 0 0 ++++++++ /trunk/scripts/build/cc_gcc.sh | 11 6 5 0 ++++++----- /trunk/scripts/crosstool.sh | 10 9 1 0 +++++++++- /trunk/tools/addToolVersion.sh | 3 3 0 0 +++ /trunk/steps.mk | 2 2 0 0 ++ /trunk/config/cc/gcc.in | 16 16 0 0 ++++++++++++++++ 6 files changed, 44 insertions(+), 6 deletions(-)
* Building target libraries before the cross-compiler is available is doomed! ↵Yann E. MORIN"2008-04-281-13/+16
| | | | | | | | | | | Move build binutils' target libraries after final gcc. Have a unique list of steps, it's easier to maintain. /trunk/scripts/build/binutils.sh | 8 5 3 0 +++++--- /trunk/scripts/crosstool.sh | 16 2 14 0 ++-------------- /trunk/steps.mk | 29 16 13 0 ++++++++++++++++------------- 3 files changed, 23 insertions(+), 30 deletions(-)
* Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"2007-08-151-1/+1
|
* Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"2007-07-301-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.
* Fix the step shortcuts (using a dash would confuse make).Yann E. MORIN"2007-07-301-4/+4
|
* Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"2007-07-151-0/+35