Skip to content

cross-compiling git currently broken #741

@rofl0r

Description

@rofl0r

it fails because when libc has no REG_STARTEND, some compat code is activated via the NO_REGEX makefile knob, which also adds an include dir with glibc's regex impl and it's supposed to use the regex.h header from there, however, due to use of -isystem in the default xcompile config it uses the system header instead of the one added via -I.
we have to find a way to make MCM use the rootfs's include/ in the exact same way as if it was the compiler's hardcoded default header path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions