equal
deleted
inserted
replaced
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 |