Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | infozip: fix optimization level in Makefile patch | Peter Korsgaard | 2014-02-02 | 1 | -1/+1 |
| | | | | | | | Noop in Buildroot as we override CFLAGS, but cleaner. Reported-by: Alexander Lukichev <alexander.lukichev@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | infozip: fix cross-compilation issues | Romain Naour | 2014-02-02 | 1 | -0/+237 |
- Use CFLAGS from command line - Remove "Check C compiler type (optimization options)" This test force optimization to -O3 while it is already set in CFLAGS - Don't use host CPP - Remove "Check for Large File Support" LFS support is already set in CFLAGS Note: configure script still use host nm Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |