Mercurial > nand-ecoscentric
diff packages/language/c/libm/current/cdl/libm.cdl @ 3050:8536a2fc60a4
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
around 'if-then-else' expression, simplified evaluated expression.
| author | sergeig |
|---|---|
| date | Thu, 11 Nov 2010 20:30:07 +0000 |
| parents | dc8e6a281225 |
| children | 77f9d3253c3e |
line wrap: on
line diff
--- a/packages/language/c/libm/current/cdl/libm.cdl +++ b/packages/language/c/libm/current/cdl/libm.cdl @@ -229,8 +229,8 @@ cdl_package CYGPKG_LIBM { display "Additional compiler flags" flavor data no_define - default_value { "-fno-strict-aliasing " . \ - ((0 == CYGPKG_HAL_I386) && (0 == CYGPKG_HAL_SYNTH_I386)) ? "" : "-ffloat-store" } + default_value { "-fno-strict-aliasing" . \ + ((!CYGPKG_HAL_I386 && !CYGPKG_HAL_SYNTH_I386) ? "" : " -ffloat-store") } description " This option modifies the set of compiler flags for building the math library. These flags are used in addition
