Changeset 2483f28 in mainline for meson/cross/amd64_clang


Ignore:
Timestamp:
2019-08-17T12:49:43Z (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:
971849b1
Parents:
d27a505e
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-04 12:49:24)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Some clang fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/cross/amd64_clang

    rd27a505e r2483f28  
    1515has_function_printf = true
    1616needs_exe_wrapper = true
     17c_args = [ '-nostdlibinc' ]
     18cpp_args = [ '-nostdlibinc' ]
     19link_args = [ '-nostdlib' ]
    1720
    1821cc_arch = 'amd64'
Note: See TracChangeset for help on using the changeset viewer.