public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* update frv compiler flags
@ 2009-02-02 14:27 Bart Veer
  0 siblings, 0 replies; only message in thread
From: Bart Veer @ 2009-02-02 14:27 UTC (permalink / raw)
  To: ecos-patches

Index: frv400/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/frv/frv400/current/ChangeLog,v
retrieving revision 1.8
diff -u -p -r1.8 ChangeLog
--- frv400/current/ChangeLog	29 Jan 2009 17:49:18 -0000	1.8
+++ frv400/current/ChangeLog	2 Feb 2009 14:24:52 -0000
@@ -1,3 +1,7 @@
+2009-01-31  Bart Veer <bartv@ecoscentric.com>
+
+	* cdl/hal_frv_frv400.cdl: update compiler flags for gcc 4.x
+
 2004-04-22  Jani Monoses <jani@iv.ro>
 
 	 * cdl/hal_frv_frv400.cdl :
Index: frv400/current/cdl/hal_frv_frv400.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/frv/frv400/current/cdl/hal_frv_frv400.cdl,v
retrieving revision 1.5
diff -u -p -r1.5 hal_frv_frv400.cdl
--- frv400/current/cdl/hal_frv_frv400.cdl	29 Jan 2009 17:49:18 -0000	1.5
+++ frv400/current/cdl/hal_frv_frv400.cdl	2 Feb 2009 14:24:52 -0000
@@ -209,7 +209,7 @@ cdl_package CYGPKG_HAL_FRV_FRV400 {
             display "Global compiler flags"
             flavor  data
             no_define
-            default_value { "-mcpu=fr400 -fPIC -G0 -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=fr400 -fPIC -G0 -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 default. Individual packages may define
Index: mb93091/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93091/current/ChangeLog,v
retrieving revision 1.2
diff -u -p -r1.2 ChangeLog
--- mb93091/current/ChangeLog	29 Jan 2009 17:49:19 -0000	1.2
+++ mb93091/current/ChangeLog	2 Feb 2009 14:24:52 -0000
@@ -1,3 +1,7 @@
+2009-01-31  Bart Veer <bartv@ecoscentric.com>
+
+	* cdl/hal_frv_mb93091.cdl: update compiler flags for gcc 4.x
+
 2004-09-05  Mark Salter  <msalter@redhat.com>
             David Woodhouse  <dwmw2@redhat.com>
 
Index: mb93091/current/cdl/hal_frv_mb93091.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93091/current/cdl/hal_frv_mb93091.cdl,v
retrieving revision 1.2
diff -u -p -r1.2 hal_frv_mb93091.cdl
--- mb93091/current/cdl/hal_frv_mb93091.cdl	29 Jan 2009 17:49:19 -0000	1.2
+++ mb93091/current/cdl/hal_frv_mb93091.cdl	2 Feb 2009 14:24:53 -0000
@@ -208,7 +208,7 @@ cdl_package CYGPKG_HAL_FRV_MB93091 {
             display "Global compiler flags"
             flavor  data
             no_define
-             default_value { "-mcpu=fr400 -mno-fdpic -G0 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions" }
+             default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mcpu=fr400 -mno-fdpic -G0 -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 default. Individual packages may define
Index: mb93093/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93093/current/ChangeLog,v
retrieving revision 1.2
diff -u -p -r1.2 ChangeLog
--- mb93093/current/ChangeLog	29 Jan 2009 17:49:19 -0000	1.2
+++ mb93093/current/ChangeLog	2 Feb 2009 14:24:53 -0000
@@ -1,3 +1,7 @@
+2009-01-31  Bart Veer <bartv@ecoscentric.com>
+
+	* cdl/hal_frv_mb93093.cdl: update compiler flags for gcc 4.x
+
 2004-09-05  Mark Salter  <msalter@redhat.com>
             David Woodhouse  <dwmw2@redhat.com>
 
Index: mb93093/current/cdl/hal_frv_mb93093.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/frv/mb93093/current/cdl/hal_frv_mb93093.cdl,v
retrieving revision 1.2
diff -u -p -r1.2 hal_frv_mb93093.cdl
--- mb93093/current/cdl/hal_frv_mb93093.cdl	29 Jan 2009 17:49:19 -0000	1.2
+++ mb93093/current/cdl/hal_frv_mb93093.cdl	2 Feb 2009 14:24:53 -0000
@@ -182,7 +182,7 @@ cdl_package CYGPKG_HAL_FRV_MB93093 {
             display "Global compiler flags"
             flavor  data
             no_define
-             default_value { "-mcpu=fr400 -mno-fdpic -G0 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions" }
+             default_value { CYGBLD_GLOBAL_WARNFLAGS . "-mcpu=fr400 -mno-fdpic -G0 -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 default. Individual packages may define

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-02 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-02 14:27 update frv compiler flags Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).