stub: start arm renaming.
This commit is contained in:
+8
-8
@@ -129,7 +129,7 @@ STUBS += powerpc64le-linux.elf-entry.h
|
||||
STUBS += powerpc64le-linux.elf-fold.h
|
||||
STUBS += powerpc64le-linux.kernel.vmlinux-head.h
|
||||
STUBS += powerpc64le-linux.kernel.vmlinux.h
|
||||
STUBS += thumb-eabi-linux.shlib-init.h
|
||||
STUBS += arm.v5t-linux.shlib-init.h
|
||||
endif
|
||||
|
||||
|
||||
@@ -1413,17 +1413,17 @@ powerpc64le-linux.kernel.vmlinux-head.h : $(srcdir)/src/$$T.S
|
||||
|
||||
|
||||
# /***********************************************************************
|
||||
# // thumb-eabi-linux.shlib (arm.v5t)
|
||||
# // arm.v5t-linux.shlib (arm.v5t)
|
||||
# ************************************************************************/
|
||||
|
||||
thumb-eabi-linux.shlib%.h : tc_list = thumb-eabi-linux.elf armel-eabi-linux.elf default
|
||||
thumb-eabi-linux.shlib%.h : tc_bfdname = elf32-littlearm
|
||||
arm.v5t-linux.shlib%.h : tc_list = arm.v5t-linux.elf armel-eabi-linux.elf default
|
||||
arm.v5t-linux.shlib%.h : tc_bfdname = elf32-littlearm
|
||||
|
||||
tc.armel-eabi-linux.elf.gcc = arm-linux-gcc-4.1.0 -march=armv5t -nostdinc -MMD -MT $@
|
||||
tc.armel-eabi-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables
|
||||
tc.armel-eabi-linux.elf.gcc += -Wall -W -Wcast-align -Wcast-qual -Wstrict-prototypes -Wwrite-strings -Werror
|
||||
tc.arm.v5t-linux.elf.gcc = arm-linux-gcc-4.1.0 -march=armv5t -nostdinc -MMD -MT $@
|
||||
tc.arm.v5t-linux.elf.gcc += -fno-exceptions -fno-asynchronous-unwind-tables
|
||||
tc.arm.v5t-linux.elf.gcc += -Wall -W -Wcast-align -Wcast-qual -Wstrict-prototypes -Wwrite-strings -Werror
|
||||
|
||||
thumb-eabi-linux.shlib%.h : $(srcdir)/src/$$T.S
|
||||
arm.v5t-linux.shlib%.h : $(srcdir)/src/$$T.S
|
||||
$(call tc,gcc) -c -x assembler-with-cpp $< -o tmp/$T.bin
|
||||
$(call tc,f-embed_objinfo,tmp/$T.bin)
|
||||
$(call tc,bin2h-c) tmp/$T.bin $@
|
||||
|
||||
Reference in New Issue
Block a user