Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross-compiling git currently broken #741

Open
rofl0r opened this issue May 14, 2024 · 0 comments
Open

cross-compiling git currently broken #741

rofl0r opened this issue May 14, 2024 · 0 comments

Comments

@rofl0r
Copy link
Member

rofl0r commented May 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant