Index: pc/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/ChangeLog,v retrieving revision 1.29 diff -u -p -r1.29 ChangeLog --- pc/current/ChangeLog 29 Jan 2009 17:49:22 -0000 1.29 +++ pc/current/ChangeLog 2 Feb 2009 15:54:17 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_i386_pc.cdl: update compiler flags for gcc 4.x + 2005-06-20 Frank Pagliughi <[email protected]> * cdl/hal_i386_pc.cdl, include/pkgconf/mlt_i386_pc_grub_hi.*: Index: pc/current/cdl/hal_i386_pc.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl,v retrieving revision 1.17 diff -u -p -r1.17 hal_i386_pc.cdl --- pc/current/cdl/hal_i386_pc.cdl 29 Jan 2009 17:49:22 -0000 1.17 +++ pc/current/cdl/hal_i386_pc.cdl 2 Feb 2009 15:54:18 -0000 @@ -245,7 +245,7 @@ cdl_package CYGPKG_HAL_I386_PC { display "Global compiler flags" flavor data no_define - default_value { "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . " -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions " } description " This option controls the global compiler flags which are used to compile all packages by
