Skip to content
Snippets Groups Projects
  • Andreas Gnau's avatar
    3424be90
    bcmkernel: Put libs in separate directory · 3424be90
    Andreas Gnau authored
    
    Install libraries into separate directory (/usr)/lib/broadcom. This is
    to enable a clean separation between BCM-SDK-built libraries and
    OpenWrt-built built libraries. More importantly, it avoids binary
    compatibility issues between the two worlds.
    
    As a side-effect is will also enable future enhancements such as
    hardfloat or 64-bit user space on the IOWRT side, which is not supported
    in the BCM SDK.
    
    Set the RUNPATH of all the binaries in the OpenWrt Makefile after
    stripping, because OpenWrt will remove the RUNPATH during stripping,
    otherwise..
    
    Signed-off-by: default avatarAndreas Gnau <andreas.gnau@iopsys.eu>
    3424be90
    History
    bcmkernel: Put libs in separate directory
    Andreas Gnau authored
    
    Install libraries into separate directory (/usr)/lib/broadcom. This is
    to enable a clean separation between BCM-SDK-built libraries and
    OpenWrt-built built libraries. More importantly, it avoids binary
    compatibility issues between the two worlds.
    
    As a side-effect is will also enable future enhancements such as
    hardfloat or 64-bit user space on the IOWRT side, which is not supported
    in the BCM SDK.
    
    Set the RUNPATH of all the binaries in the OpenWrt Makefile after
    stripping, because OpenWrt will remove the RUNPATH during stripping,
    otherwise..
    
    Signed-off-by: default avatarAndreas Gnau <andreas.gnau@iopsys.eu>