crosstool-ng/scripts
Yann E. MORIN" ef0f400c26 Introduce four new ARCH specific variables that CT_DoArchValues can set if they want:
- CT_ARCH_CC_CORE_EXTRA_CONFIG
  - CT_ARCH_CC_EXTRA_CONFIG
  - CT_ARCH_TARGET_CLFAGS
  - CT_ARCH_TARGET_LDFLAGS
This will hopefully enable architectures to specify specific flags.
PowerPC will need them to introduce SPE (coming RSN).

 /trunk/scripts/crosstool.sh |    2     2     0     0 ++
 /trunk/scripts/functions    |    4     2     2     0 ++--
 /trunk/docs/overview.txt    |   45    22    23     0 ++++++++++++++++++++++-----------------------
 /trunk/config/target.in     |   10    10     0     0 ++++++++++
 4 files changed, 36 insertions(+), 25 deletions(-)
2008-08-07 15:18:18 +00:00
..
build Add a new config knob for gcc: usage of SJLJ to handle exceptions. 2008-08-07 13:55:30 +00:00
crosstool.sh Introduce four new ARCH specific variables that CT_DoArchValues can set if they want: 2008-08-07 15:18:18 +00:00
functions Introduce four new ARCH specific variables that CT_DoArchValues can set if they want: 2008-08-07 15:18:18 +00:00
saveSample.sh When saving a sample, overide log file config: 2008-07-27 10:54:14 +00:00
showSamples.sh Pretyy-up the WiKi table with the date of last update for each sample. 2008-07-29 16:48:20 +00:00
tarball.sh.broken Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00