comparison packages/hal/arm/cma230/current/misc/PKGconf.mak @ 50:a0774359f013 ecos-sw-1999-11-02

Merge from eCos master repository on 1999-11-02-17:02:15-GMT
author jlarmour
date Tue, 02 Nov 1999 20:57:07 +0000
parents 797268ecc331
children c38311975d4f
comparison
equal deleted inserted replaced
49:698ff3191b93 50:a0774359f013
40 40
41 include $(COMPONENT_REPOSITORY)/pkgconf/makrules.prv 41 include $(COMPONENT_REPOSITORY)/pkgconf/makrules.prv
42 42
43 ifdef CYG_HAL_STARTUP_STUBS 43 ifdef CYG_HAL_STARTUP_STUBS
44 gdb_module.img: gdb_module.stamp 44 gdb_module.img: gdb_module.stamp
45 $(OBJCOPY) --strip-all gdb_module$(EXEEXT) gdb_module.img.XX 45 $(OBJCOPY) --strip-debug gdb_module$(EXEEXT) gdb_module.img.XX
46 $(OBJCOPY) --change-addresses=0x10038000 gdb_module.img.XX gdb_module.img 46 $(OBJCOPY) --change-addresses=0x10038000 gdb_module.img.XX gdb_module.img
47 $(OBJCOPY) -O binary gdb_module.img gdb_module.bin 47 $(OBJCOPY) -O binary gdb_module.img gdb_module.bin
48 $(RM) -f gdb_module.img.XX 48 $(RM) -f gdb_module.img.XX
49 endif 49 endif
50 50