mbats / eclipse-buildroot-bundle

Eclipse bundle to integrate useful tools for embedded Linux developpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define a correct autotools platform specifier

mbats opened this issue · comments

When using the autotools plugin, in the project properties -> Autotools -> Configure settings -> Platform specifiers, the Host platform (--host) value should be set to the prefix of the cross-compilation toolchain (without the final -).

Implemented in the 2.0.0 release.