mirror of
https://github.com/novatiq/packages.git
synced 2026-07-02 18:19:31 +01:00
32aaaaa7d3
The Makefile currently redefine the Compile and Install functions. This is not working when using an external toolchain because some flags are not interpreted, like CROSS_COMPILE. It is possible to override the MAKE_FLAGS and MAKE_INSTALL_FLAGS instead. Signed-off-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>