Bug #15391
closedJIT does not respect configuration options
Description
JIT does not respect configuration options, mainly the header location options --with-rubyhdrdir, --with-rubyarchhdrdir, but it also ignores --with-ruby-version if I am not mistaken.
So far I came up with the patch attached. But while it seems it places the headers on reasonable places, there are 80+ JIT test cases failed, because it obviously tries to locate the file on a place (e.g. absolute path) specified by configuration, but such place is not available during a build.
Files
Updated by k0kubun (Takashi Kokubun) about 6 years ago
- Status changed from Open to Feedback
- Assignee changed from k0kubun (Takashi Kokubun) to nobu (Nobuyoshi Nakada)
there are 80+ JIT test cases failed
Then, we can't merge, right?
Also most of the changed places are mostly written by @nobu (Nobuyoshi Nakada). Reassigning this to him because TBH I have no idea about how multi-arch build is working.
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Status changed from Feedback to Closed
Applied in changeset trunk|r66282.
Honor configured ruby header locations as the MJIT header path
[Bug #15391]