Changes in / [b500939e:2660ee3] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    rb500939e r2660ee3  
    7272GDB="gdb-${GDB_VERSION}.tar.gz"
    7373ISL="isl-${ISL_VERSION}.tar.bz2"
    74 CPUCOUNT="`python -c 'import multiprocessing as mp; print(mp.cpu_count())' `"
    7574
    7675REAL_INSTALL=true
     
    501500       
    502501        change_title "binutils: make (${PLATFORM})"
    503         make -j$CPUCOUNT all
     502        make all
    504503        check_error $? "Error compiling binutils."
    505504       
     
    524523       
    525524        change_title "GCC: make (${PLATFORM})"
    526         PATH="${PATH}:${PREFIX}/bin:${INSTALL_DIR}/${PREFIX}/bin" make -j$CPUCOUNT all-gcc
     525        PATH="${PATH}:${PREFIX}/bin:${INSTALL_DIR}/${PREFIX}/bin" make all-gcc
    527526        check_error $? "Error compiling GCC."
    528527       
     
    546545               
    547546                change_title "GDB: make (${PLATFORM})"
    548                 PATH="${PATH}:${PREFIX}/bin:${INSTALL_DIR}/${PREFIX}/bin" make -j$CPUCOUNT all
     547                PATH="${PATH}:${PREFIX}/bin:${INSTALL_DIR}/${PREFIX}/bin" make all
    549548                check_error $? "Error compiling GDB."
    550549               
Note: See TracChangeset for help on using the changeset viewer.