Skip to content

libjpeg FTCBFS: fails to compute reasonable compiler identification f…#60

Open
malaterre wants to merge 1 commit intothorfdbg:masterfrom
malaterre:cross-build
Open

libjpeg FTCBFS: fails to compute reasonable compiler identification f…#60
malaterre wants to merge 1 commit intothorfdbg:masterfrom
malaterre:cross-build

Conversation

@malaterre
Copy link
Contributor

…rom cross tools

libjpeg fails to cross build from source, because it attempts to include
a file e.g. Makefile_Settings.arm. The "arm" part here comes from an
attempt at extracting a compiler identification from the compiler
variable. The $ac_tool_prefix confuses the parsing code. It needs to be
stripped of. Please consider applying the attached patch to make libjpeg
cross buildable.

…rom cross tools

libjpeg fails to cross build from source, because it attempts to include
a file e.g. Makefile_Settings.arm. The "arm" part here comes from an
attempt at extracting a compiler identification from the compiler
variable. The $ac_tool_prefix confuses the parsing code. It needs to be
stripped of. Please consider applying the attached patch to make libjpeg
cross buildable.
@malaterre
Copy link
Contributor Author

@thorfdbg
Copy link
Owner

This is intentional as building shared libraries is a bit architecture specific. Thus, in simplest case, please provide a Makefile.arm. I'll leave this issue open for the time being.

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

Successfully merging this pull request may close these issues.

3 participants