Changeset f126c87 in mainline for tools/autotool.py


Ignore:
Timestamp:
2016-09-01T16:46:27Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a2fbc8
Parents:
9befb0d (diff), bdfdc51c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r9befb0d rf126c87  
    288288                clang_target = "ppc-unknown-none"
    289289                helenos_target = "ppc-helenos"
     290       
     291        if (config['PLATFORM'] == "riscv64"):
     292                target = config['PLATFORM']
     293                gnu_target = "riscv64-unknown-linux-gnu"
     294                clang_target = "riscv-unknown-none"
     295                helenos_target = "riscv64-helenos"
    290296       
    291297        if (config['PLATFORM'] == "sparc32"):
Note: See TracChangeset for help on using the changeset viewer.