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]

fix typo


The compiler flags update for the CQ7708 did not quite go according to
plan.

Bart

2009-03-03  Bart Veer  <bartv@ecoscentric.com>

	* cdl/hal_sh_sh7708_cq7708.cdl: fix previous compiler flags
	update.

Index: cdl/hal_sh_sh7708_cq7708.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/cq7708/current/cdl/hal_sh_sh7708_cq7708.cdl,v
retrieving revision 1.12
diff -u -p -r1.12 hal_sh_sh7708_cq7708.cdl
--- cdl/hal_sh_sh7708_cq7708.cdl	3 Feb 2009 21:13:26 -0000	1.12
+++ cdl/hal_sh_sh7708_cq7708.cdl	3 Mar 2009 22:44:55 -0000
@@ -230,7 +230,7 @@ cdl_package CYGPKG_HAL_SH_SH7708_CQ7708 
             display "Global linker flags"
             flavor  data
             no_define
-            default_value { (CYGHWR_HAL_SH_BIGENDIAN ? "-mb" : "-m3") . " -ggdb -nostdlib -Wl,--gc-sections -Wl,-static" }
+            default_value { (CYGHWR_HAL_SH_BIGENDIAN ? "-mb" : "-ml") . " -m3 -ggdb -nostdlib -Wl,--gc-sections -Wl,-static" }
             description   "
                 This option controls the global linker flags. Individual
                 packages may define options which override these global flags."


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