# HG changeset patch # User asl # Date 1237581138 0 # Node ID cf24f74f563f9ba41f91b1b381e0c7e82e7cbf98 # Parent fef4afad33362d746339891515849b39b864b885 * cdl/jffs2.cdl: Add include-fixed to the system include files we should search. Without this gcc 4.3 breaks. diff --git a/packages/fs/jffs2/current/ChangeLog b/packages/fs/jffs2/current/ChangeLog --- a/packages/fs/jffs2/current/ChangeLog +++ b/packages/fs/jffs2/current/ChangeLog @@ -1,3 +1,8 @@ +2009-02-22 Andrew Lunn + + * cdl/jffs2.cdl: Add include-fixed to the system include files we + should search. Without this gcc 4.3 breaks. + 2008-11-18 Jonathan Larmour * tests/jffs2_1.c, tests/jffs2_2.c, tests/jffs2_3.c: diff --git a/packages/fs/jffs2/current/cdl/jffs2.cdl b/packages/fs/jffs2/current/cdl/jffs2.cdl --- a/packages/fs/jffs2/current/cdl/jffs2.cdl +++ b/packages/fs/jffs2/current/cdl/jffs2.cdl @@ -233,7 +233,7 @@ cdl_package CYGPKG_FS_JFFS2 { # We add '-nostdinc -iwithprefix include' to avoid picking up # native include files when building on Linux. default_value { "-D__ECOS " . \ - (CYGPKG_HAL_SYNTH ? " -nostdinc -iwithprefix include" : "") } + (CYGPKG_HAL_SYNTH ? " -nostdinc -iwithprefix include -iwithprefix include-fixed" : "") } description " This option modifies the set of compiler flags for building the JFFS2 package.