scripts/build/arch/x86_64.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jan 12 18:57:45 2009 +0000 (2009-01-12)
changeset 1135 0469ad99098f
parent 903 9fb0f81b4416
permissions -rw-r--r--
Fix initialising the workspace:
- don't remove directories in the background:
- it is highly dangerous
- it can lead to data loss in case of frequent stop/restart with a slow disk
- log actions with CT_DoExecLog as much as possible, instead of using |CT_DoLog

/trunk/scripts/crosstool.sh | 100 43 57 0 ++++++++++++++++++++++-----------------------------
1 file changed, 43 insertions(+), 57 deletions(-)
     1 # Compute x86_64-specific values
     2 
     3 CT_DoArchTupleValues() {
     4     # The architecture part of the tuple:
     5     CT_TARGET_ARCH="${CT_ARCH}"
     6 }