Merge mainline into cleanbuild
This commit is contained in:
commit
120cc3eebc
4 changed files with 60 additions and 58 deletions
58
ChangeLog
58
ChangeLog
|
@ -1,3 +1,61 @@
|
|||
2010-03-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Compile parts of grub-emu as modules.
|
||||
|
||||
* Makefile.in (TARGET_CPPFLAGS) [emu]: Remove -nostdinc -isystem.
|
||||
(pkglib_DATA) [emu]: Remove moddep.lst command.lst fs.lst
|
||||
partmap.lst parttool.lst handler.lst video.lst crypto.lst terminal.lst.
|
||||
(all-local): Add $(GRUB_EMU).
|
||||
(install-local): Install $(GRUB_EMU).
|
||||
(uninstall): Uninstall $(GRUB_EMU).
|
||||
* commands/parttool.c: Replace GRUB_UTIL with GRUB_NO_MODULES.
|
||||
* kern/dl.c: Likewise.
|
||||
* commands/sleep.c: Not include machine/time.h.
|
||||
* conf/any-emu.rmk (COMMON_LDFLAGS): New variable.
|
||||
(COMMON_CFLAGS): Likewise.
|
||||
(sbin_UTILITIES): Remove grub-emu.
|
||||
(grub_emu_SOURCES): Removed.
|
||||
(kernel_img_RELOCATABLE): New variable.
|
||||
(pkglib_PROGRAMS): Add kernel.img.
|
||||
(kernel_img_SOURCES): New variable
|
||||
(kernel_img_CFLAGS): Likewise.
|
||||
(kernel_img_LDFLAGS): Likewise.
|
||||
(TARGET_NO_STRIP): Likewise.
|
||||
(TARGET_NO_DYNAMIC_MODULES): Likewise.
|
||||
(pkglib_MODULES): Add progname.mod, hostfs.mod, host.mod, reboot.mod,
|
||||
halt.mod, cpuid.mod, usb.mod, sdl.mod and pci.mod.
|
||||
(grub-emu): New target.
|
||||
(GRUB_EMU): New variable.
|
||||
* configure.ac: Whitelist -emu as possible x86_64 architecture.
|
||||
* efiemu/main.c: Replace GRUB_UTIL with GRUB_MACHINE_EMU.
|
||||
* loader/xnu.c: Likewise.
|
||||
* include/grub/pci.h: Likewise.
|
||||
* genemuinit.sh: New file.
|
||||
* genemuinitheader.sh: Likewise.
|
||||
* genmk.rb: Don't strip if TARGET_NO_STRIP is yes.
|
||||
Support TARGET_NO_DYNAMIC_MODULES.
|
||||
* include/grub/dl.h (GRUB_NO_MODULES): New variable.
|
||||
* commands/search.c: Fix GRUB_MOD_INIT and GRUB_MOD_FINI arguments.
|
||||
* disk/loopback.c: Likewise.
|
||||
* font/font_cmd.c: Likewise.
|
||||
* partmap/acorn.c: Likewise.
|
||||
* partmap/amiga.c: Likewise.
|
||||
* partmap/apple.c: Likewise.
|
||||
* partmap/gpt.c: Likewise.
|
||||
* partmap/msdos.c: Likewise.
|
||||
* partmap/sun.c: Likewise.
|
||||
* parttool/msdospart.c: Likewise.
|
||||
* term/gfxterm.c: Likewise.
|
||||
* video/bitmap.c: Likewise.
|
||||
* video/readers/jpeg.c: Likewise.
|
||||
* video/readers/png.c: Likewise.
|
||||
* video/readers/tga.c: Likewise.
|
||||
* video/video.c: Likewise.
|
||||
* util/grub-emu.c (read_command_list): Removed.
|
||||
(main): Don't call util_init_nls.
|
||||
* util/misc.c (grub_err_printf) [!GRUB_UTIL]: Removed.
|
||||
(grub_util_init_nls) [!GRUB_UTIL]: Likewise.
|
||||
|
||||
2010-03-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add datetime.mod,
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Compile parts of grub-emu as modules.
|
||||
|
||||
* Makefile.in (TARGET_CPPFLAGS) [emu]: Remove -nostdinc -isystem.
|
||||
(pkglib_DATA) [emu]: Remove moddep.lst command.lst fs.lst
|
||||
partmap.lst parttool.lst handler.lst video.lst crypto.lst terminal.lst.
|
||||
(all-local): Add $(GRUB_EMU).
|
||||
(install-local): Install $(GRUB_EMU).
|
||||
(uninstall): Uninstall $(GRUB_EMU).
|
||||
* commands/parttool.c: Replace GRUB_UTIL with GRUB_NO_MODULES.
|
||||
* kern/dl.c: Likewise.
|
||||
* commands/sleep.c: Not include machine/time.h.
|
||||
* conf/any-emu.rmk (COMMON_LDFLAGS): New variable.
|
||||
(COMMON_CFLAGS): Likewise.
|
||||
(sbin_UTILITIES): Remove grub-emu.
|
||||
(grub_emu_SOURCES): Removed.
|
||||
(kernel_img_RELOCATABLE): New variable.
|
||||
(pkglib_PROGRAMS): Add kernel.img.
|
||||
(kernel_img_SOURCES): New variable
|
||||
(kernel_img_CFLAGS): Likewise.
|
||||
(kernel_img_LDFLAGS): Likewise.
|
||||
(TARGET_NO_STRIP): Likewise.
|
||||
(TARGET_NO_DYNAMIC_MODULES): Likewise.
|
||||
(pkglib_MODULES): Add progname.mod, hostfs.mod, host.mod, reboot.mod,
|
||||
halt.mod, cpuid.mod, usb.mod, sdl.mod and pci.mod.
|
||||
(grub-emu): New target.
|
||||
(GRUB_EMU): New variable.
|
||||
* configure.ac: Whitelist -emu as possible x86_64 architecture.
|
||||
* efiemu/main.c: Replace GRUB_UTIL with GRUB_MACHINE_EMU.
|
||||
* loader/xnu.c: Likewise.
|
||||
* include/grub/pci.h: Likewise.
|
||||
* genemuinit.sh: New file.
|
||||
* genemuinitheader.sh: Likewise.
|
||||
* genmk.rb: Don't strip if TARGET_NO_STRIP is yes.
|
||||
Support TARGET_NO_DYNAMIC_MODULES.
|
||||
* include/grub/dl.h (GRUB_NO_MODULES): New variable.
|
||||
* commands/search.c: Fix GRUB_MOD_INIT and GRUB_MOD_FINI arguments.
|
||||
* disk/loopback.c: Likewise.
|
||||
* font/font_cmd.c: Likewise.
|
||||
* partmap/acorn.c: Likewise.
|
||||
* partmap/amiga.c: Likewise.
|
||||
* partmap/apple.c: Likewise.
|
||||
* partmap/gpt.c: Likewise.
|
||||
* partmap/msdos.c: Likewise.
|
||||
* partmap/sun.c: Likewise.
|
||||
* parttool/msdospart.c: Likewise.
|
||||
* term/gfxterm.c: Likewise.
|
||||
* video/bitmap.c: Likewise.
|
||||
* video/readers/jpeg.c: Likewise.
|
||||
* video/readers/png.c: Likewise.
|
||||
* video/readers/tga.c: Likewise.
|
||||
* video/video.c: Likewise.
|
||||
* util/grub-emu.c (read_command_list): Removed.
|
||||
(main): Don't call util_init_nls.
|
||||
* util/misc.c (grub_err_printf) [!GRUB_UTIL]: Removed.
|
||||
(grub_util_init_nls) [!GRUB_UTIL]: Likewise.
|
|
@ -1,5 +1,6 @@
|
|||
# -*- makefile -*-
|
||||
|
||||
COMMON_LDFLAGS += -nostdlib
|
||||
COMMON_CFLAGS += -nostdinc -isystem $(shell $(TARGET_CC) -print-file-name=include) -fno-builtin
|
||||
|
||||
util/grub-emu.c_DEPENDENCIES = grub_emu_init.h
|
||||
|
|
|
@ -535,11 +535,11 @@ int va_arg_func (int fixed, va_list args);]], [[]])],
|
|||
[grub_cv_cc_isystem=no])
|
||||
CPPFLAGS="$SAVED_CPPFLAGS"
|
||||
])
|
||||
endif
|
||||
|
||||
if test x"$grub_cv_cc_isystem" = xyes ; then
|
||||
TARGET_CPPFLAGS="$TARGET_CPPFLAGS -nostdinc -isystem `$TARGET_CC -print-file-name=include`"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Restore the flags.
|
||||
CC="$tmp_CC"
|
||||
|
|
Loading…
Reference in a new issue