Index: frv400/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/frv/frv400/current/ChangeLog,v retrieving revision 1.8 diff -u -p -r1.8 ChangeLog --- frv400/current/ChangeLog 29 Jan 2009 17:49:18 -0000 1.8 +++ frv400/current/ChangeLog 2 Feb 2009 14:24:52 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_frv_frv400.cdl: update compiler flags for gcc 4.x + 2004-04-22 Jani Monoses <[email protected]> * cdl/hal_frv_frv400.cdl : Index: frv400/current/cdl/hal_frv_frv400.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/frv/frv400/current/cdl/hal_frv_frv400.cdl,v retrieving revision 1.5 diff -u -p -r1.5 hal_frv_frv400.cdl --- frv400/current/cdl/hal_frv_frv400.cdl 29 Jan 2009 17:49:18 -0000 1.5 +++ frv400/current/cdl/hal_frv_frv400.cdl 2 Feb 2009 14:24:52 -0000 @@ -209,7 +209,7 @@ cdl_package CYGPKG_HAL_FRV_FRV400 { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=fr400 -fPIC -G0 -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 . "-mcpu=fr400 -fPIC -G0 -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 default. Individual packages may define Index: mb93091/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93091/current/ChangeLog,v retrieving revision 1.2 diff -u -p -r1.2 ChangeLog --- mb93091/current/ChangeLog 29 Jan 2009 17:49:19 -0000 1.2 +++ mb93091/current/ChangeLog 2 Feb 2009 14:24:52 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_frv_mb93091.cdl: update compiler flags for gcc 4.x + 2004-09-05 Mark Salter <[email protected]> David Woodhouse <[email protected]> Index: mb93091/current/cdl/hal_frv_mb93091.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93091/current/cdl/hal_frv_mb93091.cdl,v retrieving revision 1.2 diff -u -p -r1.2 hal_frv_mb93091.cdl --- mb93091/current/cdl/hal_frv_mb93091.cdl 29 Jan 2009 17:49:19 -0000 1.2 +++ mb93091/current/cdl/hal_frv_mb93091.cdl 2 Feb 2009 14:24:53 -0000 @@ -208,7 +208,7 @@ cdl_package CYGPKG_HAL_FRV_MB93091 { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=fr400 -mno-fdpic -G0 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mcpu=fr400 -mno-fdpic -G0 -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 default. Individual packages may define Index: mb93093/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93093/current/ChangeLog,v retrieving revision 1.2 diff -u -p -r1.2 ChangeLog --- mb93093/current/ChangeLog 29 Jan 2009 17:49:19 -0000 1.2 +++ mb93093/current/ChangeLog 2 Feb 2009 14:24:53 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_frv_mb93093.cdl: update compiler flags for gcc 4.x + 2004-09-05 Mark Salter <[email protected]> David Woodhouse <[email protected]> Index: mb93093/current/cdl/hal_frv_mb93093.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93093/current/cdl/hal_frv_mb93093.cdl,v retrieving revision 1.2 diff -u -p -r1.2 hal_frv_mb93093.cdl --- mb93093/current/cdl/hal_frv_mb93093.cdl 29 Jan 2009 17:49:19 -0000 1.2 +++ mb93093/current/cdl/hal_frv_mb93093.cdl 2 Feb 2009 14:24:53 -0000 @@ -182,7 +182,7 @@ cdl_package CYGPKG_HAL_FRV_MB93093 { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=fr400 -mno-fdpic -G0 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mcpu=fr400 -mno-fdpic -G0 -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 default. Individual packages may define
