Changes in tools/autotool.py [114d098:92c07dc] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r114d098 r92c07dc  
    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"
    296290       
    297291        if (config['PLATFORM'] == "sparc32"):
Note: See TracChangeset for help on using the changeset viewer.