# HG changeset patch # User bartv # Date 1233584634 0 # Node ID 5c58e8368b85815164451845e00117cdfb9d4d9b # Parent 523e994d5b0c9ee0994dda313437029be17d2dbd Update compiler flags diff --git a/packages/hal/fr30/skmb91302/current/ChangeLog b/packages/hal/fr30/skmb91302/current/ChangeLog --- a/packages/hal/fr30/skmb91302/current/ChangeLog +++ b/packages/hal/fr30/skmb91302/current/ChangeLog @@ -1,3 +1,7 @@ +2009-01-31 Bart Veer + + * cdl/hal_fr30_skmb91302.cdl: update compiler flags for gcc 4.x + 2008-09-19 Lars Poeschel * include/plf_cache.h: Changed to the general arch-var-plf include scheme. diff --git a/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl b/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl --- a/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl +++ b/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl @@ -151,7 +151,7 @@ cdl_package CYGPKG_HAL_FR30_MB91301_SKMB 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 -fomit-frame-pointer -fno-use-cxa-atexit" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . " -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-use-cxa-atexit" } description "This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define options which