Changeset 6c2fac18 in mainline for meson/part/initrd/meson.build


Ignore:
Timestamp:
2019-08-18T17:55:08Z (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:
32b4302
Parents:
08c851ce
Message:

Fix compiler path in libgcc detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/initrd/meson.build

    r08c851ce r6c2fac18  
    3131        # We have to explicitly use gcc for this, because clang only prints
    3232        # file name instead of whole path.
    33         libgcc = run_command(cc_arch + '-helenos-gcc',
     33        libgcc = run_command(cc_path / cc_arch + '-helenos-gcc',
    3434                arch_uspace_c_args, '-print-libgcc-file-name',
    3535                check: true,
Note: See TracChangeset for help on using the changeset viewer.