Mercurial > ecos
changeset 2841:7552237440b4
Fix typo in the compiler flags update.
| author | bartv |
|---|---|
| date | Tue, 03 Mar 2009 22:47:44 +0000 |
| parents | 5a11571c4ed0 |
| children | 8fe6d83b6d48 |
| files | packages/hal/sh/cq7708/current/ChangeLog packages/hal/sh/cq7708/current/cdl/hal_sh_sh7708_cq7708.cdl |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/sh/cq7708/current/ChangeLog +++ b/packages/hal/sh/cq7708/current/ChangeLog @@ -1,3 +1,8 @@ +2009-03-03 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_sh_sh7708_cq7708.cdl: fix previous compiler flags + update. + 2009-02-04 John Dallaway <john@dallaway.org.uk> * include/pkgconf/*.ldi: Add SECTION_eh_frame().
--- a/packages/hal/sh/cq7708/current/cdl/hal_sh_sh7708_cq7708.cdl +++ b/packages/hal/sh/cq7708/current/cdl/hal_sh_sh7708_cq7708.cdl @@ -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."
