Changeset 0f6b50f in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2017-10-19T20:00:08Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fd2f81
Parents:
60af4cdb
Message:

Added DDF device to HCD initialization to prepare RH data structures before it is started.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r60af4cdb r0f6b50f  
    2929#
    3030
     31export CC=/usr/local/bin/gcc-6
     32export CXX=/usr/local/bin/g++-6
     33
    3134GMP_MAIN=<<EOF
    3235#define GCC_GMP_VERSION_NUM(a, b, c) \
     
    345348        show_dependencies
    346349        check_dependecies
    347         show_countdown 10
     350#       show_countdown 10
    348351       
    349352        BINUTILS_SOURCE="ftp://ftp.gnu.org/gnu/binutils/"
Note: See TracChangeset for help on using the changeset viewer.