Index: erc32/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparc/erc32/current/ChangeLog,v retrieving revision 1.5 diff -u -p -r1.5 ChangeLog --- erc32/current/ChangeLog 29 Jan 2009 17:49:41 -0000 1.5 +++ erc32/current/ChangeLog 2 Feb 2009 16:18:10 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_sparc_erc32.cdl: update compiler flags for gcc 4.x + 2003-07-18 Nick Garnett <[email protected]> * cdl/hal_sparc_erc32.cdl: Index: erc32/current/cdl/hal_sparc_erc32.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparc/erc32/current/cdl/hal_sparc_erc32.cdl,v retrieving revision 1.5 diff -u -p -r1.5 hal_sparc_erc32.cdl --- erc32/current/cdl/hal_sparc_erc32.cdl 29 Jan 2009 17:49:41 -0000 1.5 +++ erc32/current/cdl/hal_sparc_erc32.cdl 2 Feb 2009 16:18:10 -0000 @@ -124,7 +124,7 @@ cdl_package CYGPKG_HAL_SPARC_ERC32 { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -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 -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: leon/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparc/leon/current/ChangeLog,v retrieving revision 1.5 diff -u -p -r1.5 ChangeLog --- leon/current/ChangeLog 29 Jan 2009 17:49:42 -0000 1.5 +++ leon/current/ChangeLog 2 Feb 2009 16:18:10 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_sparc_leon.cdl: update compiler flags for gcc 4.x + 2003-07-18 Nick Garnett <[email protected]> * cdl/hal_sparc_leon.cdl: Index: leon/current/cdl/hal_sparc_leon.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sparc/leon/current/cdl/hal_sparc_leon.cdl,v retrieving revision 1.5 diff -u -p -r1.5 hal_sparc_leon.cdl --- leon/current/cdl/hal_sparc_leon.cdl 29 Jan 2009 17:49:42 -0000 1.5 +++ leon/current/cdl/hal_sparc_leon.cdl 2 Feb 2009 16:18:11 -0000 @@ -124,7 +124,7 @@ cdl_package CYGPKG_HAL_SPARC_LEON { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -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 -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
