dtc/pylibfdt
Dan Horák 1df7b047fe pylibfdt/Makefile.pylibfdt: use project's flags to compile the extension
Seems the project's CFLAGS are not used when compiling the python
extension's C code via the setup.py script. Some default flags are used
instead. Thus pass the CFLAGS explicitly. Unfortunately the SWIG generated
code is not clean and requires -Wno-error override to compile successfully,
because -Werror is used in the project's flags.

Signed-off-by: Dan Horák <dan@danny.cz>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2024-07-06 15:58:06 +10:00
..
.gitignore Use Python3 by default 2019-03-29 15:43:24 +11:00
Makefile.pylibfdt pylibfdt/Makefile.pylibfdt: use project's flags to compile the extension 2024-07-06 15:58:06 +10:00
libfdt.i pylibfdt: fix get_mem_rsv for newer Python versions 2024-03-19 15:13:34 +11:00
meson.build pylibfdt/meson.build: fix Python library being rebuilt during install 2024-06-26 11:38:22 +10:00