Changeset 28fcaee in mainline for uspace/meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 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:
643640a
Parents:
fd6c8b1
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-28 13:28:59)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

amd64 boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/meson.build

    rfd6c8b1 r28fcaee  
    127127                        'c_args': c_args,
    128128                        'link_args': link_args + (static_build ? [ '-static' ] : []),
     129                        'init': rd_init.contains(dir),
    129130                }
    130131        endif
     
    143144                        'c_args': c_args,
    144145                        'link_args': link_args,
     146                        'init': false,
    145147                }
    146148        endif
     
    157159        _build_name = _full_install_path.underscorify()
    158160        _full_build_name = meson.current_build_dir() / _build_name
     161        _is_init = tst.get('init')
    159162
    160163        if link_map
     
    174177        )
    175178
     179        if _is_init
     180                rd_init_binaries += [[ _bin, _full_install_path ]]
     181        endif
     182
    176183        if disassemble
    177184                _disasm = custom_target(_build_name + '.disasm',
Note: See TracChangeset for help on using the changeset viewer.