Changeset bfdb7c63 in mainline for tools/toolchain.sh


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/toolchain.sh

    r02667d9 rbfdb7c63  
    359359        case "$1" in
    360360                "amd64")
    361                         LINUX_TARGET="amd64-linux-gnu"
     361                        LINUX_TARGET="amd64-unknown-elf"
    362362                        HELENOS_TARGET="amd64-helenos"
    363363                        ;;
Note: See TracChangeset for help on using the changeset viewer.