Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-07-25 | Work around ncurses-sdk & zlib-sdk build failures on CentOS 5.4 | Chris Larson | 1 | |
The issue here is that we're building ncurses with HOST==BUILD!=TARGET, aka 'cross', yet we're applying a CFLAGS override based on the target, not the host, which results in passing -fforward-propagate to the build machine's gcc, which isn't supported in older versions. Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-06-05 | zlib.inc: Add -fforward-propagate on arm. | Khem Raj | 1 | |
* Needed on -O1 compile. Generally we use -Os where this option is already enabled. But we enable is anyway so it gets picked at -O1 too which we use with DEBUG builds. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-05-02 | zlib: convert to BBCLASSEXTEND and add version 1.2.5 | Eric BENARD | 1 | |
- convert to BBCLASSEXTEND - unify versions with .inc file - add version 1.2.5 with updated autotool patch for this version Signed-off-by: Eric Benard <eric@eukrea.com> Acked-by: Roman I Khimov <khimov@altell.ru> |