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 openrisc compiler flags


Index: orp/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/openrisc/orp/current/ChangeLog,v
retrieving revision 1.3
diff -u -p -r1.3 ChangeLog
--- orp/current/ChangeLog	29 Jan 2009 17:49:31 -0000	1.3
+++ orp/current/ChangeLog	2 Feb 2009 16:08:07 -0000
@@ -1,3 +1,7 @@
+2009-01-31  Bart Veer <bartv@ecoscentric.com>
+
+	* cdl/hal_openrisc_orp.cdl: update compiler flags for gcc 4.x
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_openrisc_orp.cdl:
Index: orp/current/cdl/hal_openrisc_orp.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/openrisc/orp/current/cdl/hal_openrisc_orp.cdl,v
retrieving revision 1.3
diff -u -p -r1.3 hal_openrisc_orp.cdl
--- orp/current/cdl/hal_openrisc_orp.cdl	29 Jan 2009 17:49:31 -0000	1.3
+++ orp/current/cdl/hal_openrisc_orp.cdl	2 Feb 2009 16:08:07 -0000
@@ -216,7 +216,7 @@ cdl_package CYGPKG_HAL_OPENRISC_ORP {
             display "Global compiler flags"
             flavor  data
             no_define
-            default_value { "-msoft-float -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" }
+            default_value { CYGBLD_GLOBAL_WARNFLAGS . "-msoft-float -g -O2 -fno-omit-frame-pointer -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]