Changeset a42be38 in mainline for meson/cross/amd64_clang


Ignore:
Timestamp:
2019-08-18T15:36:21Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08c851ce
Parents:
521669d
Message:

Don't require the cross toolchain to be in $PATH

The toolchain in $PATH is still used when present, otherwise $CROSS_PREFIX, and finally /usr/local/cross are tried.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/cross/amd64_clang

    r521669d ra42be38  
    22
    33[binaries]
    4 c = 'amd64-helenos-clang'
    5 cpp = 'amd64-helenos-clang++'
    6 ar = 'amd64-helenos-ar'
    7 strip = 'amd64-helenos-strip'
    8 nm = 'amd64-helenos-nm'
    9 objcopy = 'amd64-helenos-objcopy'
    10 objdump = 'amd64-helenos-objdump'
    11 as = 'amd64-helenos-as'
    12 ld = 'amd64-helenos-ld'
     4c = '@COMPPREFIX@clang'
     5cpp = '@COMPPREFIX@clang++'
     6ar = '@COMPPREFIX@ar'
     7strip = '@COMPPREFIX@strip'
     8nm = '@COMPPREFIX@nm'
     9objcopy = '@COMPPREFIX@objcopy'
     10objdump = '@COMPPREFIX@objdump'
     11as = '@COMPPREFIX@as'
     12ld = '@COMPPREFIX@ld'
    1313
    1414[properties]
Note: See TracChangeset for help on using the changeset viewer.