Index: adder/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/adder/current/ChangeLog,v retrieving revision 1.21 diff -u -p -w -r1.21 ChangeLog --- adder/current/ChangeLog 29 Jan 2009 17:49:32 -0000 1.21 +++ adder/current/ChangeLog 3 Feb 2009 18:36:02 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_adder.cdl: update compiler flags for gcc 4.x + 2008-11-13 Jonathan Larmour <[email protected]> * src/adder_flash.c: Dev id is really 0x22f6, not 0xf6. Index: adder/current/cdl/hal_powerpc_adder.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/adder/current/cdl/hal_powerpc_adder.cdl,v retrieving revision 1.14 diff -u -p -w -r1.14 hal_powerpc_adder.cdl --- adder/current/cdl/hal_powerpc_adder.cdl 29 Jan 2009 17:49:32 -0000 1.14 +++ adder/current/cdl/hal_powerpc_adder.cdl 3 Feb 2009 18:36:02 -0000 @@ -187,7 +187,7 @@ cdl_package CYGPKG_HAL_POWERPC_ADDER { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=860 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-msoft-float -mcpu=860 -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: cme555/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/cme555/current/ChangeLog,v retrieving revision 1.9 diff -u -p -w -r1.9 ChangeLog --- cme555/current/ChangeLog 29 Jan 2009 17:49:33 -0000 1.9 +++ cme555/current/ChangeLog 3 Feb 2009 18:36:02 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_cme555.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_cme555_ram.ldi: Index: cme555/current/cdl/hal_powerpc_cme555.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/cme555/current/cdl/hal_powerpc_cme555.cdl,v retrieving revision 1.4 diff -u -p -w -r1.4 hal_powerpc_cme555.cdl --- cme555/current/cdl/hal_powerpc_cme555.cdl 29 Jan 2009 17:49:33 -0000 1.4 +++ cme555/current/cdl/hal_powerpc_cme555.cdl 3 Feb 2009 18:36:04 -0000 @@ -207,7 +207,7 @@ cdl_package CYGPKG_HAL_POWERPC_CME555 { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=505 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions -finit-priority" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mcpu=505 -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions " } description " This option controls the global compiler flags which are used to compile all packages by Index: cogent/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/cogent/current/ChangeLog,v retrieving revision 1.29 diff -u -p -w -r1.29 ChangeLog --- cogent/current/ChangeLog 29 Jan 2009 17:49:33 -0000 1.29 +++ cogent/current/ChangeLog 3 Feb 2009 18:36:04 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_cogent.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_cogent_ram.ldi: Index: cogent/current/cdl/hal_powerpc_cogent.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/cogent/current/cdl/hal_powerpc_cogent.cdl,v retrieving revision 1.9 diff -u -p -w -r1.9 hal_powerpc_cogent.cdl --- cogent/current/cdl/hal_powerpc_cogent.cdl 29 Jan 2009 17:49:33 -0000 1.9 +++ cogent/current/cdl/hal_powerpc_cogent.cdl 3 Feb 2009 18:36:05 -0000 @@ -176,7 +176,7 @@ cdl_package CYGPKG_HAL_POWERPC_COGENT { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=860 -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=860 -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: csb281/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/csb281/current/ChangeLog,v retrieving revision 1.15 diff -u -p -w -r1.15 ChangeLog --- csb281/current/ChangeLog 29 Jan 2009 17:49:33 -0000 1.15 +++ csb281/current/ChangeLog 3 Feb 2009 18:36:05 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_csb281.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_csb281_ram.ldi: Index: csb281/current/cdl/hal_powerpc_csb281.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/csb281/current/cdl/hal_powerpc_csb281.cdl,v retrieving revision 1.6 diff -u -p -w -r1.6 hal_powerpc_csb281.cdl --- csb281/current/cdl/hal_powerpc_csb281.cdl 29 Jan 2009 17:49:33 -0000 1.6 +++ csb281/current/cdl/hal_powerpc_csb281.cdl 3 Feb 2009 18:36:05 -0000 @@ -250,7 +250,7 @@ cdl_package CYGPKG_HAL_POWERPC_CSB281 { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=603e -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=603e -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: ec555/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/ec555/current/ChangeLog,v retrieving revision 1.13 diff -u -p -w -r1.13 ChangeLog --- ec555/current/ChangeLog 29 Jan 2009 17:49:34 -0000 1.13 +++ ec555/current/ChangeLog 3 Feb 2009 18:36:06 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_ec555.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_ec555_f02_s01_ram.ldi: Index: ec555/current/cdl/hal_powerpc_ec555.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/ec555/current/cdl/hal_powerpc_ec555.cdl,v retrieving revision 1.5 diff -u -p -w -r1.5 hal_powerpc_ec555.cdl --- ec555/current/cdl/hal_powerpc_ec555.cdl 29 Jan 2009 17:49:34 -0000 1.5 +++ ec555/current/cdl/hal_powerpc_ec555.cdl 3 Feb 2009 18:36:06 -0000 @@ -207,7 +207,7 @@ cdl_package CYGPKG_HAL_POWERPC_EC555 { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=505 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions -finit-priority" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mcpu=505 -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions " } description " This option controls the global compiler flags which are used to compile all packages by Index: fads/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/fads/current/ChangeLog,v retrieving revision 1.25 diff -u -p -w -r1.25 ChangeLog --- fads/current/ChangeLog 29 Jan 2009 17:49:34 -0000 1.25 +++ fads/current/ChangeLog 3 Feb 2009 18:36:06 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_fads.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_fads_ram.ldi: Index: fads/current/cdl/hal_powerpc_fads.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/fads/current/cdl/hal_powerpc_fads.cdl,v retrieving revision 1.7 diff -u -p -w -r1.7 hal_powerpc_fads.cdl --- fads/current/cdl/hal_powerpc_fads.cdl 29 Jan 2009 17:49:34 -0000 1.7 +++ fads/current/cdl/hal_powerpc_fads.cdl 3 Feb 2009 18:36:06 -0000 @@ -157,7 +157,7 @@ cdl_package CYGPKG_HAL_POWERPC_FADS { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=860 -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=860 -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: mbx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/mbx/current/ChangeLog,v retrieving revision 1.41 diff -u -p -w -r1.41 ChangeLog --- mbx/current/ChangeLog 29 Jan 2009 17:49:34 -0000 1.41 +++ mbx/current/ChangeLog 3 Feb 2009 18:36:07 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_mbx.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_mbx_ram.ldi: Index: mbx/current/cdl/hal_powerpc_mbx.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/mbx/current/cdl/hal_powerpc_mbx.cdl,v retrieving revision 1.21 diff -u -p -w -r1.21 hal_powerpc_mbx.cdl --- mbx/current/cdl/hal_powerpc_mbx.cdl 29 Jan 2009 17:49:34 -0000 1.21 +++ mbx/current/cdl/hal_powerpc_mbx.cdl 3 Feb 2009 18:36:08 -0000 @@ -167,7 +167,7 @@ cdl_package CYGPKG_HAL_POWERPC_MBX { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=860 -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=860 -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: moab/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/moab/current/ChangeLog,v retrieving revision 1.21 diff -u -p -w -r1.21 ChangeLog --- moab/current/ChangeLog 29 Jan 2009 17:49:34 -0000 1.21 +++ moab/current/ChangeLog 3 Feb 2009 18:36:08 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_moab.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_moab_ram.ldi: Index: moab/current/cdl/hal_powerpc_moab.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/moab/current/cdl/hal_powerpc_moab.cdl,v retrieving revision 1.9 diff -u -p -w -r1.9 hal_powerpc_moab.cdl --- moab/current/cdl/hal_powerpc_moab.cdl 29 Jan 2009 17:49:34 -0000 1.9 +++ moab/current/cdl/hal_powerpc_moab.cdl 3 Feb 2009 18:36:08 -0000 @@ -177,7 +177,7 @@ cdl_package CYGPKG_HAL_POWERPC_MOAB { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=405 -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=405 -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: pati/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/pati/current/ChangeLog,v retrieving revision 1.3 diff -u -p -w -r1.3 ChangeLog --- pati/current/ChangeLog 29 Jan 2009 17:49:36 -0000 1.3 +++ pati/current/ChangeLog 3 Feb 2009 18:36:08 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_pati.cdl: update compiler flags for recent gcc + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_pati_ram.ldi: Index: pati/current/cdl/hal_powerpc_pati.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/pati/current/cdl/hal_powerpc_pati.cdl,v retrieving revision 1.2 diff -u -p -w -r1.2 hal_powerpc_pati.cdl --- pati/current/cdl/hal_powerpc_pati.cdl 29 Jan 2009 17:49:36 -0000 1.2 +++ pati/current/cdl/hal_powerpc_pati.cdl 3 Feb 2009 18:36:09 -0000 @@ -195,7 +195,7 @@ cdl_package CYGPKG_HAL_POWERPC_PATI { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=505 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions -finit-priority" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mcpu=505 -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions" } description " This option controls the global compiler flags which are used to compile all packages by Index: rattler/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/rattler/current/ChangeLog,v retrieving revision 1.11 diff -u -p -w -r1.11 ChangeLog --- rattler/current/ChangeLog 29 Jan 2009 17:49:36 -0000 1.11 +++ rattler/current/ChangeLog 3 Feb 2009 18:36:09 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_rattler.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_rattler_ram.ldi: Index: rattler/current/cdl/hal_powerpc_rattler.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/rattler/current/cdl/hal_powerpc_rattler.cdl,v retrieving revision 1.4 diff -u -p -w -r1.4 hal_powerpc_rattler.cdl --- rattler/current/cdl/hal_powerpc_rattler.cdl 29 Jan 2009 17:49:36 -0000 1.4 +++ rattler/current/cdl/hal_powerpc_rattler.cdl 3 Feb 2009 18:36:10 -0000 @@ -195,7 +195,7 @@ cdl_package CYGPKG_HAL_POWERPC_RATTLER { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=603e -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=603e -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: sim/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/sim/current/ChangeLog,v retrieving revision 1.22 diff -u -p -w -r1.22 ChangeLog --- sim/current/ChangeLog 29 Jan 2009 17:49:37 -0000 1.22 +++ sim/current/ChangeLog 3 Feb 2009 18:36:10 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_sim.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_sim_ram.ldi: Index: sim/current/cdl/hal_powerpc_sim.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/sim/current/cdl/hal_powerpc_sim.cdl,v retrieving revision 1.8 diff -u -p -w -r1.8 hal_powerpc_sim.cdl --- sim/current/cdl/hal_powerpc_sim.cdl 29 Jan 2009 17:49:37 -0000 1.8 +++ sim/current/cdl/hal_powerpc_sim.cdl 3 Feb 2009 18:36:10 -0000 @@ -142,7 +142,7 @@ cdl_package CYGPKG_HAL_POWERPC_SIM { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=603 -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 . "-mcpu=603 -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: ts1000/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/ts1000/current/ChangeLog,v retrieving revision 1.13 diff -u -p -w -r1.13 ChangeLog --- ts1000/current/ChangeLog 29 Jan 2009 17:49:37 -0000 1.13 +++ ts1000/current/ChangeLog 3 Feb 2009 18:36:12 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_ts1000.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_ts1000_ram.ldi: Index: ts1000/current/cdl/hal_powerpc_ts1000.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/ts1000/current/cdl/hal_powerpc_ts1000.cdl,v retrieving revision 1.8 diff -u -p -w -r1.8 hal_powerpc_ts1000.cdl --- ts1000/current/cdl/hal_powerpc_ts1000.cdl 29 Jan 2009 17:49:37 -0000 1.8 +++ ts1000/current/cdl/hal_powerpc_ts1000.cdl 3 Feb 2009 18:36:12 -0000 @@ -149,7 +149,7 @@ cdl_package CYGPKG_HAL_POWERPC_TS1000 { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=860 -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=860 -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: ts6/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/ts6/current/ChangeLog,v retrieving revision 1.8 diff -u -p -w -r1.8 ChangeLog --- ts6/current/ChangeLog 29 Jan 2009 17:49:37 -0000 1.8 +++ ts6/current/ChangeLog 3 Feb 2009 18:36:12 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_ts6.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_ts6_ram.ldi: Index: ts6/current/cdl/hal_powerpc_ts6.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/ts6/current/cdl/hal_powerpc_ts6.cdl,v retrieving revision 1.6 diff -u -p -w -r1.6 hal_powerpc_ts6.cdl --- ts6/current/cdl/hal_powerpc_ts6.cdl 29 Jan 2009 17:49:37 -0000 1.6 +++ ts6/current/cdl/hal_powerpc_ts6.cdl 3 Feb 2009 18:36:12 -0000 @@ -187,7 +187,7 @@ cdl_package CYGPKG_HAL_POWERPC_TS6 { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=603e -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=603e -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: vads/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/vads/current/ChangeLog,v retrieving revision 1.9 diff -u -p -w -r1.9 ChangeLog --- vads/current/ChangeLog 29 Jan 2009 17:49:37 -0000 1.9 +++ vads/current/ChangeLog 3 Feb 2009 18:36:12 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_vads.cdl: update compiler flags for gcc 4.x + 2008-11-07 Jonathan Larmour <[email protected]> * include/pkgconf/mlt_powerpc_vads_ram.ldi: Index: vads/current/cdl/hal_powerpc_vads.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/vads/current/cdl/hal_powerpc_vads.cdl,v retrieving revision 1.6 diff -u -p -w -r1.6 hal_powerpc_vads.cdl --- vads/current/cdl/hal_powerpc_vads.cdl 29 Jan 2009 17:49:38 -0000 1.6 +++ vads/current/cdl/hal_powerpc_vads.cdl 3 Feb 2009 18:36:12 -0000 @@ -193,7 +193,7 @@ cdl_package CYGPKG_HAL_POWERPC_VADS { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=603e -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=603e -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: viper/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/viper/current/ChangeLog,v retrieving revision 1.33 diff -u -p -w -r1.33 ChangeLog --- viper/current/ChangeLog 29 Jan 2009 17:49:38 -0000 1.33 +++ viper/current/ChangeLog 3 Feb 2009 18:36:13 -0000 @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <[email protected]> + + * cdl/hal_powerpc_viper.cdl: update compiler flags for gcc 4.x + 2004-09-30 John Dallaway <[email protected]> * cdl/hal_powerpc_viper.cdl: Clean up of CDL strings. Index: viper/current/cdl/hal_powerpc_viper.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl,v retrieving revision 1.20 diff -u -p -w -r1.20 hal_powerpc_viper.cdl --- viper/current/cdl/hal_powerpc_viper.cdl 29 Jan 2009 17:49:38 -0000 1.20 +++ viper/current/cdl/hal_powerpc_viper.cdl 3 Feb 2009 18:36:13 -0000 @@ -183,7 +183,7 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER { display "Global compiler flags" flavor data no_define - default_value { "-msoft-float -mcpu=860 -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=860 -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
