Lines Matching +full:64 +full:bit
29 32bit-tool-archpref = mipsel
30 64bit-tool-archpref = mips64el
31 32bit-bfd = elf32-tradlittlemips
32 64bit-bfd = elf64-tradlittlemips
33 32bit-emul = elf32ltsmip
34 64bit-emul = elf64ltsmip
36 32bit-tool-archpref = mips
37 64bit-tool-archpref = mips64
38 32bit-bfd = elf32-tradbigmips
39 64bit-bfd = elf64-tradbigmips
40 32bit-emul = elf32btsmip
41 64bit-emul = elf64btsmip
45 tool-archpref = $(32bit-tool-archpref)
49 tool-archpref = $(64bit-tool-archpref)
69 ld-emul = $(32bit-emul)
71 vmlinux-64 = vmlinux.64
77 ld-emul = $(64bit-emul)
79 vmlinux-64 = vmlinux
81 cflags-y += -mabi=64
85 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
182 # and there is no support for 64-bit. Various '.set mips2' or '.set mips3' or
186 # Warning: the 64-bit MIPS architecture does not support the `smartmips' extension
250 # We can always force a build with a 64-bits symbol format by
269 # When linking a 32-bit executable the LLVM linker cannot cope with a
270 # 32-bit load address that has been sign-extended to 64 bits. Simply
293 bootvars-y += ADDR_BITS=64
352 # Some machines like the Indy need 32-bit ELF binaries for booting purposes.
353 # Other need ECOFF, so we build a 32-bit ELF binary for them which we then
357 cmd_32 = $(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
362 # The 64-bit ELF tools are pretty broken so at this time we generate 64-bit
363 # ELF files from 32-bit files by conversion.
366 cmd_64 = $(OBJCOPY) -O $(64bit-bfd) $(OBJCOPYFLAGS) $< $@
367 vmlinux.64: vmlinux
368 $(call cmd,64)
381 $(bootvars-y) 32bit-bfd=$(32bit-bfd) $@
389 CLEAN_FILES += vmlinux.32 vmlinux.64
425 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
443 echo ' {micro32,32,64}{r1,r2,r6}{el,}_defconfig <BOARDS="list of boards">'
491 $(eval $(call gen_generic_defconfigs,32 64,r1 r2 r6,eb el))
495 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))…