Index: sim/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparclite/sim/current/ChangeLog,v retrieving revision 1.11 diff -u -p -r1.11 ChangeLog --- sim/current/ChangeLog 29 Jan 2009 17:49:42 -0000 1.11 +++ sim/current/ChangeLog 2 Feb 2009 16:22:13 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_sparclite_sim.cdl: update compiler flags for gcc 4.x + 2003-07-18 Nick Garnett <[email protected]> * cdl/hal_sparclite_sim.cdl: Index: sim/current/cdl/hal_sparclite_sim.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparclite/sim/current/cdl/hal_sparclite_sim.cdl,v retrieving revision 1.6 diff -u -p -r1.6 hal_sparclite_sim.cdl --- sim/current/cdl/hal_sparclite_sim.cdl 29 Jan 2009 17:49:42 -0000 1.6 +++ sim/current/cdl/hal_sparclite_sim.cdl 2 Feb 2009 16:22:13 -0000 @@ -128,7 +128,7 @@ cdl_package CYGPKG_HAL_SPARCLITE_SIM { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=sparclite -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 . "-msoft-float -mcpu=sparclite -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 Index: sleb/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparclite/sleb/current/ChangeLog,v retrieving revision 1.13 diff -u -p -r1.13 ChangeLog --- sleb/current/ChangeLog 29 Jan 2009 17:49:42 -0000 1.13 +++ sleb/current/ChangeLog 2 Feb 2009 16:22:14 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_sparclite_sleb.cdl: update compiler flags for gcc 4.x + 2003-07-18 Nick Garnett <[email protected]> * cdl/hal_sparclite_sleb.cdl: Index: sleb/current/cdl/hal_sparclite_sleb.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparclite/sleb/current/cdl/hal_sparclite_sleb.cdl,v retrieving revision 1.6 diff -u -p -r1.6 hal_sparclite_sleb.cdl --- sleb/current/cdl/hal_sparclite_sleb.cdl 29 Jan 2009 17:49:42 -0000 1.6 +++ sleb/current/cdl/hal_sparclite_sleb.cdl 2 Feb 2009 16:22:14 -0000 @@ -204,7 +204,7 @@ cdl_package CYGPKG_HAL_SPARCLITE_SLEB { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=sparclite -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 . "-msoft-float -mcpu=sparclite -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
