# HG changeset patch # User sergeig # Date 1293975767 0 # Node ID 260c3f172dfd8c2b2db55a95aa85d89e7049f4a6 # Parent dfc13e8c1f14745a3ae6ffcc5828bd26223c083b * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla 1001083 ] diff --git a/packages/hal/openrisc/arch/current/ChangeLog b/packages/hal/openrisc/arch/current/ChangeLog --- a/packages/hal/openrisc/arch/current/ChangeLog +++ b/packages/hal/openrisc/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2011-01-02 Sergei Gavrikov + + * cdl/hal_openrisc.cdl: Eliminate some warnings. [ Bugzilla + 1001083 ] + 2004-04-22 Jani Monoses * cdl/hal_openrisc.cdl : diff --git a/packages/hal/openrisc/arch/current/cdl/hal_openrisc.cdl b/packages/hal/openrisc/arch/current/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 { /lib/target.ld: /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