Changeset 63660a3 in mainline for kernel/arch/ppc32/meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41408d94
- Parents:
- 2c38a55b
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 14:31:18)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/meson.build
r2c38a55b r63660a3 27 27 # 28 28 29 # FIXME: enable gc-sections30 kernel_c_args += [ '-msoft-float', '-fno-function-sections' ]31 kernel_link_args += [ '-Wl,--no-check-sections', '-Wl,--no-gc-sections' ]32 33 29 arch_src += files( 34 30 'src/context.S', … … 54 50 ) 55 51 52 56 53 _check_headers = [ 57 54 'include/arch/istate_struct.h',
Note:
See TracChangeset
for help on using the changeset viewer.