make/devkit/Makefile
changeset 52357 e2478be9c682
parent 50472 ee1a0ddb2590
child 52665 61dcd7cd48c3
equal deleted inserted replaced
52356:19c4a3eec4d7 52357:e2478be9c682
    34 # 6.4.
    34 # 6.4.
    35 #
    35 #
    36 # By default this Makefile will build a native toolchain for the current
    36 # By default this Makefile will build a native toolchain for the current
    37 # platform if called with something like this:
    37 # platform if called with something like this:
    38 #
    38 #
    39 # make tars
    39 # make tars BASE_OS=OEL6
    40 #
    40 #
    41 # To build the full set of crosstools for additional platforms, use a command
    41 # To build the full set of crosstools for additional platforms, use a command
    42 # line looking like this:
    42 # line looking like this:
    43 #
    43 #
    44 # make cross_compile_target="aarch64-linux-gnu" BASE_OS=Fedora27
    44 # make cross_compile_target="aarch64-linux-gnu" BASE_OS=Fedora27