More renaming.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-08-16 09:07:00 +02:00
parent 123d9af7d0
commit 4ed74af868
43 changed files with 428 additions and 1232 deletions
+5 -1
View File
@@ -180,7 +180,7 @@ tc.amd64-linux.elf.objcopy = $(call tc,m-objcopy)
tc.amd64-linux.elf.objdump = $(call tc,m-objdump)
tc.amd64-linux.elf.objstrip = $(call tc,objcopy) -R .comment -R .note
amd64-linux.elf-entry.h: $(srcdir)/src/$$T.asm
amd64-linux.elf-entry.h: $(srcdir)/src/$$T.S
$(call tc,gcc) -c -x assembler-with-cpp $< -o tmp/$T.bin
$(call tc,m-objcopy) --strip-unneeded tmp/$T.bin
$(call tc,m-objcopy) -R .text -R .data -R .bss tmp/$T.bin
@@ -715,5 +715,9 @@ ifneq ($(STUBS),)
endif
-include tmp/*.d
# debug
hg-diff:
hg diff -r 5cca9ba74f3a $(STUBS)
# vi:ts=8:nowrap