Changeset bfdb7c63 in mainline for tools/autotool.py


Ignore:
Timestamp:
2017-10-09T20:03:36Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1018a29
Parents:
02667d9
Message:

Change amd64 target to amd64-unknown-elf.

This fixes clang build on amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r02667d9 rbfdb7c63  
    234234        if (config['PLATFORM'] == "amd64"):
    235235                platform = config['PLATFORM']
    236                 gnu_target = "amd64-linux-gnu"
     236                gnu_target = "amd64-unknown-elf"
    237237                helenos_target = "amd64-helenos"
    238238       
Note: See TracChangeset for help on using the changeset viewer.