# HG changeset patch # User sergeig # Date 1293976371 0 # Node ID a6dd6b83222a020f76e8913f9b549edfa87f5e3b # Parent 6fabb83dfa92bb8bbfd21ced9a6ac406d6a1fc5b * cdl/hal_sparclite.cdl: Eliminate some warnings. [ Bugzilla 1001083 ] diff --git a/packages/hal/sparclite/arch/current/ChangeLog b/packages/hal/sparclite/arch/current/ChangeLog --- a/packages/hal/sparclite/arch/current/ChangeLog +++ b/packages/hal/sparclite/arch/current/ChangeLog @@ -1,3 +1,8 @@ +2011-01-02 Sergei Gavrikov + + * cdl/hal_sparclite.cdl: Eliminate some warnings. [ Bugzilla + 1001083 ] + 2004-04-22 Jani Monoses * cdl/hal_sparclite.cdl : diff --git a/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl b/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl --- a/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl +++ b/packages/hal/sparclite/arch/current/cdl/hal_sparclite.cdl @@ -73,7 +73,7 @@ cdl_package CYGPKG_HAL_SPARCLITE { make { /lib/target.ld: /src/sparclite.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