changeset 2745:9e2951fdbd2f

Update sparclite compiler flags
author bartv
date Mon, 02 Feb 2009 17:52:15 +0000
parents 12fb9dc4b311
children 7b70981e8adf
files packages/hal/sparclite/sim/current/ChangeLog packages/hal/sparclite/sim/current/cdl/hal_sparclite_sim.cdl packages/hal/sparclite/sleb/current/ChangeLog packages/hal/sparclite/sleb/current/cdl/hal_sparclite_sleb.cdl
diffstat 4 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/sparclite/sim/current/ChangeLog
+++ b/packages/hal/sparclite/sim/current/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-31  Bart Veer <bartv@ecoscentric.com>
+
+	* cdl/hal_sparclite_sim.cdl: update compiler flags for gcc 4.x
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_sparclite_sim.cdl:
--- a/packages/hal/sparclite/sim/current/cdl/hal_sparclite_sim.cdl
+++ b/packages/hal/sparclite/sim/current/cdl/hal_sparclite_sim.cdl
@@ -128,7 +128,7 @@ cdl_package CYGPKG_HAL_SPARCLITE_SIM {
             display "Global compiler flags"
             flavor  data
             no_define
-            default_value { "-msoft-float -mcpu=sparclite -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=sparclite -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
--- a/packages/hal/sparclite/sleb/current/ChangeLog
+++ b/packages/hal/sparclite/sleb/current/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-31  Bart Veer <bartv@ecoscentric.com>
+
+	* cdl/hal_sparclite_sleb.cdl: update compiler flags for gcc 4.x
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_sparclite_sleb.cdl:
--- a/packages/hal/sparclite/sleb/current/cdl/hal_sparclite_sleb.cdl
+++ b/packages/hal/sparclite/sleb/current/cdl/hal_sparclite_sleb.cdl
@@ -204,7 +204,7 @@ cdl_package CYGPKG_HAL_SPARCLITE_SLEB {
             display "Global compiler flags"
             flavor  data
             no_define
-            default_value { "-msoft-float -mcpu=sparclite -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=sparclite -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