Mercurial > ecos
changeset 2516:51ab905ab340
Use the right compiler flags
| author | bartv |
|---|---|
| date | Wed, 13 Aug 2008 21:06:19 +0000 |
| parents | 24c0267fbb70 |
| children | 06b38b8d5e36 |
| files | packages/hal/synth/arch/current/cdl/hal_synth.cdl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/synth/arch/current/cdl/hal_synth.cdl +++ b/packages/hal/synth/arch/current/cdl/hal_synth.cdl @@ -65,7 +65,7 @@ cdl_package CYGPKG_HAL_SYNTH { make { <PREFIX>/lib/target.ld: <PACKAGE>/src/synth.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
