Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 build bits from Peter Anvin: "Various build-related minor bits. Most of this is work by David Woodhouse to be able to compile the early boot code with clang/llvm; we have also managed to push an actual -m16 option into gcc 4.9 so this makes us use that option if available instead of hacking it. The balance is a patch from Michael Davidson to the relocs program to help manual debugging. None of these should change the actual compiled binary with currently released compilers" * 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, build: Build 16-bit code with -m16 where possible x86, boot: Fix word-size assumptions in has_eflag() inline asm x86, boot: Use __attribute__((used)) to ensure videocard structs are emitted x86: Remove duplication of 16-bit CFLAGS x86, relocs: Add manual debug mode
No related branches found
No related tags found
Showing
- arch/x86/Makefile 22 additions, 0 deletionsarch/x86/Makefile
- arch/x86/boot/Makefile 1 addition, 14 deletionsarch/x86/boot/Makefile
- arch/x86/boot/cpuflags.c 20 additions, 5 deletionsarch/x86/boot/cpuflags.c
- arch/x86/boot/video.h 1 addition, 1 deletionarch/x86/boot/video.h
- arch/x86/realmode/rm/Makefile 2 additions, 15 deletionsarch/x86/realmode/rm/Makefile
- arch/x86/tools/relocs.c 29 additions, 1 deletionarch/x86/tools/relocs.c
- arch/x86/tools/relocs.h 4 additions, 3 deletionsarch/x86/tools/relocs.h
- arch/x86/tools/relocs_common.c 12 additions, 4 deletionsarch/x86/tools/relocs_common.c
Loading
Please register or sign in to comment