[PATCH v2 0/2] [libbsd] i386: Install correct machine include headers

Jan Sommer jan.sommer at dlr.de
Mon Jun 7 08:52:47 UTC 2021


Second version for fixing the include header problem for i386.
This time not much changes for other BSPs. For i386 no
functional header are needed in the rtemsbsd directory anymore.
Only headers which redirect.

It essentially adds the path mapping feature also to the
header-paths of libbsd.py, to fix the issues with the duality
of the include paths for i386/x86.

Best regards,

    Jan

Jan Sommer (2):
  waf_libbsd.py: Apply path-mappings to header-paths
  i386: Remove unneeded include header files

 .../sys/i386/include/machine/intr_machdep.h   |    6 -
 libbsd.py                                     |    2 +-
 rtemsbsd/include/x86/bus.h                    | 1109 ----------------
 rtemsbsd/include/x86/specialreg.h             | 1143 -----------------
 waf_libbsd.py                                 |   27 +-
 5 files changed, 18 insertions(+), 2269 deletions(-)
 delete mode 100644 freebsd/sys/i386/include/machine/intr_machdep.h
 delete mode 100644 rtemsbsd/include/x86/bus.h
 delete mode 100644 rtemsbsd/include/x86/specialreg.h

-- 
2.17.1



More information about the devel mailing list