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]

fr30 compiler flags update


2009-01-31  Bart Veer <bartv@ecoscentric.com>

	* cdl/hal_fr30_skmb91302.cdl: update compiler flags for gcc 4.x

Index: skmb91302/current/cdl/hal_fr30_skmb91302.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl,v
retrieving revision 1.3
diff -u -p -r1.3 hal_fr30_skmb91302.cdl
--- skmb91302/current/cdl/hal_fr30_skmb91302.cdl	29 Jan 2009 17:49:18 -0000	1.3
+++ skmb91302/current/cdl/hal_fr30_skmb91302.cdl	2 Feb 2009 14:22:47 -0000
@@ -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


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