Changeset f4a42661 in mainline for meson


Ignore:
Timestamp:
2023-10-22T14:04:49Z (21 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
590cb6d2
Parents:
b2cbc0b (diff), c63c2bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge fixes to issues found while updating toolchain

Location:
meson/part
Files:
2 edited

Legend:

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

    rb2cbc0b rf4a42661  
    6060        '-Wall',
    6161        '-Wextra',
    62         '-Werror-implicit-function-declaration',
    6362        '-Wwrite-strings',
    6463        '-Wunknown-pragmas',
     
    9291extra_cflags = extra_common_flags + [
    9392        '-Wmissing-prototypes',
     93        '-Werror-implicit-function-declaration',
    9494
    9595        '-Wno-missing-braces',
  • meson/part/extra_targets/meson.build

    rb2cbc0b rf4a42661  
    3434                '--',
    3535                meson.build_root(),
    36                 config_py.path(),
     36                config_py.full_path(),
    3737                meson.source_root() / 'HelenOS.config',
    3838                meson.source_root() / 'defaults',
     
    5151                        '--',
    5252                        meson.build_root(),
    53                         config_py.path(),
     53                        config_py.full_path(),
    5454                        meson.source_root() / 'HelenOS.config',
    5555                        meson.source_root() / 'defaults',
     
    7777                '--',
    7878                meson.source_root() / 'doxygen',
    79                 doxygen.path(),
     79                doxygen.full_path(),
    8080                _dox_cfg,
    8181        ])
Note: See TracChangeset for help on using the changeset viewer.