Mercurial > ecos-v3_0-branch
changeset 2746:7b70981e8adf
Update compiler flags
| author | bartv |
|---|---|
| date | Mon, 02 Feb 2009 17:56:43 +0000 |
| parents | 9e2951fdbd2f |
| children | 26f2d00fc565 |
| files | packages/hal/synth/i386linux/current/ChangeLog packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/synth/i386linux/current/ChangeLog +++ b/packages/hal/synth/i386linux/current/ChangeLog @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_synth_i386.cdl: update compiler flags for gcc 4.x + 2005-11-19 Bart Veer <bartv@ecoscentric.com> * include/pkgconf/mlt_synth_i386_rom.ldi: add new heap section to
--- a/packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl +++ b/packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl @@ -120,7 +120,7 @@ cdl_package CYGPKG_HAL_SYNTH_I386 { 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
