This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

update synthetic target compiler flags


Index: i386linux/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/synth/i386linux/current/ChangeLog,v
retrieving revision 1.18
diff -u -p -r1.18 ChangeLog
--- i386linux/current/ChangeLog	29 Jan 2009 17:49:43 -0000	1.18
+++ i386linux/current/ChangeLog	2 Feb 2009 17:53:35 -0000
@@ -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
Index: i386linux/current/cdl/hal_synth_i386.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/synth/i386linux/current/cdl/hal_synth_i386.cdl,v
retrieving revision 1.6
diff -u -p -r1.6 hal_synth_i386.cdl
--- i386linux/current/cdl/hal_synth_i386.cdl	29 Jan 2009 17:49:43 -0000	1.6
+++ i386linux/current/cdl/hal_synth_i386.cdl	2 Feb 2009 17:53:35 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]