summaryrefslogtreecommitdiff
path: root/recipes/zlib/zlib.inc
AgeCommit message (Collapse)AuthorFiles
2010-07-25Work around ncurses-sdk & zlib-sdk build failures on CentOS 5.4Chris Larson1
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-05zlib.inc: Add -fforward-propagate on arm.Khem Raj1
* 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-02zlib: convert to BBCLASSEXTEND and add version 1.2.5Eric BENARD1
- 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>