Index: asb/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/asb/current/ChangeLog,v retrieving revision 1.9 diff -u -p -r1.9 ChangeLog --- asb/current/ChangeLog 29 Jan 2009 17:49:30 -0000 1.9 +++ asb/current/ChangeLog 2 Feb 2009 16:11:25 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_mn10300_am33_asb.cdl: update compiler flags for gcc 4.x + 2002-12-13 Mark Salter <[email protected]> * include/platform.inc: Fix memory size test. Index: asb/current/cdl/hal_mn10300_am33_asb.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/asb/current/cdl/hal_mn10300_am33_asb.cdl,v retrieving revision 1.7 diff -u -p -r1.7 hal_mn10300_am33_asb.cdl --- asb/current/cdl/hal_mn10300_am33_asb.cdl 29 Jan 2009 17:49:30 -0000 1.7 +++ asb/current/cdl/hal_mn10300_am33_asb.cdl 2 Feb 2009 16:11:25 -0000 @@ -147,7 +147,7 @@ cdl_package CYGPKG_HAL_MN10300_AM33_ASB display "Global compiler flags" flavor data no_define - default_value { "-mam33-2 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -Wp,-Wno-paste -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mam33-2 -Wp,-Wno-paste -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: asb2305/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/asb2305/current/ChangeLog,v retrieving revision 1.9 diff -u -p -r1.9 ChangeLog --- asb2305/current/ChangeLog 29 Jan 2009 17:49:30 -0000 1.9 +++ asb2305/current/ChangeLog 2 Feb 2009 16:11:25 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_mn10300_am33_asb2305.cdl: update compiler flags for gcc 4.x + 2002-12-13 Mark Salter <[email protected]> * include/platform.inc: Fix memory size test. Reduce wait counts Index: asb2305/current/cdl/hal_mn10300_am33_asb2305.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/asb2305/current/cdl/hal_mn10300_am33_asb2305.cdl,v retrieving revision 1.9 diff -u -p -r1.9 hal_mn10300_am33_asb2305.cdl --- asb2305/current/cdl/hal_mn10300_am33_asb2305.cdl 29 Jan 2009 17:49:30 -0000 1.9 +++ asb2305/current/cdl/hal_mn10300_am33_asb2305.cdl 2 Feb 2009 16:11:26 -0000 @@ -147,7 +147,7 @@ cdl_package CYGPKG_HAL_MN10300_AM33_ASB2 display "Global compiler flags" flavor data no_define - default_value { "-mam33-2 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -Wp,-Wno-paste -g -O2 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mam33-2 -Wp,-Wno-paste -g -O2 -fno-builtin -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: sim/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/sim/current/ChangeLog,v retrieving revision 1.14 diff -u -p -r1.14 ChangeLog --- sim/current/ChangeLog 29 Jan 2009 17:49:30 -0000 1.14 +++ sim/current/ChangeLog 2 Feb 2009 16:11:26 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_mn10300_am31_sim.cdl: update compiler flags for gcc 4.x + 2003-07-18 Nick Garnett <[email protected]> * cdl/hal_mn10300_am31_sim.cdl: Index: sim/current/cdl/hal_mn10300_am31_sim.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/sim/current/cdl/hal_mn10300_am31_sim.cdl,v retrieving revision 1.5 diff -u -p -r1.5 hal_mn10300_am31_sim.cdl --- sim/current/cdl/hal_mn10300_am31_sim.cdl 29 Jan 2009 17:49:30 -0000 1.5 +++ sim/current/cdl/hal_mn10300_am31_sim.cdl 2 Feb 2009 16:11:26 -0000 @@ -127,7 +127,7 @@ cdl_package CYGPKG_HAL_MN10300_AM31_SIM 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 Index: stb/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/stb/current/ChangeLog,v retrieving revision 1.9 diff -u -p -r1.9 ChangeLog --- stb/current/ChangeLog 19 Nov 2002 13:57:04 -0000 1.9 +++ stb/current/ChangeLog 2 Feb 2009 16:11:26 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_mn10300_am33_stb.cdl: update compiler flags for gcc 4.x + 2002-11-19 Mark Salter <[email protected]> * cdl/hal_mn10300_am33_stb.cdl: Remove virtual vector comm support. Index: stb/current/cdl/hal_mn10300_am33_stb.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/stb/current/cdl/hal_mn10300_am33_stb.cdl,v retrieving revision 1.7 diff -u -p -r1.7 hal_mn10300_am33_stb.cdl --- stb/current/cdl/hal_mn10300_am33_stb.cdl 29 Jan 2009 17:49:31 -0000 1.7 +++ stb/current/cdl/hal_mn10300_am33_stb.cdl 2 Feb 2009 16:11:27 -0000 @@ -195,7 +195,7 @@ cdl_package CYGPKG_HAL_MN10300_AM33_STB display "Global compiler flags" flavor data no_define - default_value { "-mam33 -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 . "-mam33 -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: stdeval1/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/stdeval1/current/ChangeLog,v retrieving revision 1.20 diff -u -p -r1.20 ChangeLog --- stdeval1/current/ChangeLog 29 Jan 2009 17:49:31 -0000 1.20 +++ stdeval1/current/ChangeLog 2 Feb 2009 16:11:27 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_mn10300_am31_stdeval1.cdl: update compiler flags for gcc 4.x + 2003-07-18 Nick Garnett <[email protected]> * cdl/hal_mn10300_am31_stdeval1.cdl: Index: stdeval1/current/cdl/hal_mn10300_am31_stdeval1.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mn10300/stdeval1/current/cdl/hal_mn10300_am31_stdeval1.cdl,v retrieving revision 1.5 diff -u -p -r1.5 hal_mn10300_am31_stdeval1.cdl --- stdeval1/current/cdl/hal_mn10300_am31_stdeval1.cdl 29 Jan 2009 17:49:31 -0000 1.5 +++ stdeval1/current/cdl/hal_mn10300_am31_stdeval1.cdl 2 Feb 2009 16:11:28 -0000 @@ -138,7 +138,7 @@ cdl_package CYGPKG_HAL_MN10300_AM31_STDE 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
