Mercurial > nand-ecoscentric
changeset 3065:260c3f172dfd
* cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ]
| author | sergeig |
|---|---|
| date | Sun, 02 Jan 2011 13:42:47 +0000 |
| parents | dfc13e8c1f14 |
| children | 839b599cc216 |
| files | packages/hal/openrisc/arch/current/ChangeLog packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/openrisc/arch/current/ChangeLog +++ b/packages/hal/openrisc/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2011-01-02 Sergei Gavrikov <sergei.gavrikov@gmail.com> + + * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla + 1001083 ] + 2004-04-22 Jani Monoses <jani@iv.ro> * cdl/hal_openrisc.cdl :
--- a/packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl +++ b/packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl @@ -89,7 +89,7 @@ cdl_package CYGPKG_HAL_OPENRISC { make { <PREFIX>/lib/target.ld: <PACKAGE>/src/openrisc.ld - $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< + $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(ACTUAL_CFLAGS) -o $@ $< @echo $@ ": \\" > $(notdir $@).deps @tail -n +2 target.tmp >> $(notdir $@).deps @echo >> $(notdir $@).deps
