Changeset d776329 in mainline for tools/autotool.py


Ignore:
Timestamp:
2016-09-03T10:14:15Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
838ea8aa
Parents:
4c3602c4
Message:

Remove support for sparc32

This architecture has been unmaintained since it was merged. Moreover, there
are currently no usable free/open source or even proprietary emulators that
could be successfully used for its development.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r4c3602c4 rd776329  
    294294                clang_target = "riscv-unknown-none"
    295295                helenos_target = "riscv64-helenos"
    296        
    297         if (config['PLATFORM'] == "sparc32"):
    298                 target = config['PLATFORM'];
    299                 gnu_target = "sparc-leon3-linux-gnu"
    300                 helenos_target = "sparc-leon3-helenos"
    301296       
    302297        if (config['PLATFORM'] == "sparc64"):
Note: See TracChangeset for help on using the changeset viewer.