ieee1275: split up grub_machine_get_bootlocation
[grub.git] / configure.ac
2013-11-25 Vladimir Serbinenko * configure.ac: Add -static to LDFLAGS when using...
2013-11-23 Vladimir Serbinenko Don't add -mflush-func if it's not supported by compiler.
2013-11-22 Vladimir Serbinenko * configure.ac: Do not enforce -mcmodel=large. It...
2013-11-22 Vladimir Serbinenko * configure.ac: Compile with -fPIC when compiling...
2013-11-22 Vladimir Serbinenko * configure.ac: Add -no-integrated-as on mips(el)...
2013-11-18 Vladimir SerbinenkoMerge branch 'master' into leiflindholm/arm64
2013-11-16 Leif LindholmARM 64 port by Leif Lindholm
2013-11-16 Vladimir Serbinenko Rewrite grub-install, grub-mkrescue, grub-mkstandalone...
2013-11-16 Andrey Borzenkovrestore -nostdlib for libgcc symbols tests
2013-11-15 Vladimir Serbinenko Replace libgcc version of ctz with our own.
2013-11-14 Vladimir Serbinenko * configure.ac: Probe for linking format rather than...
2013-11-14 Vladimir Serbinenko * configure.ac: Move nm checks to the end.
2013-11-14 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-11-14 Vladimir Serbinenko * configure.ac: Use -no-integrated-as on arm with...
2013-11-13 Colin Watson* configure.ac (AM_INIT_AUTOMAKE): Require at least...
2013-11-13 Colin Watson* acinclude.m4 (grub_apple_cc): Remove; since the remov...
2013-11-12 Vladimir Serbinenko Redirect all divisions to grub_divmod64.
2013-11-12 Vladimir Serbinenko * configure.ac: Allow disabling themes.
2013-11-11 Vladimir Serbinenko * configure.ac: Check for lzma.h for enabling liblzma...
2013-11-10 Vladimir Serbinenko * configure.ac: Make efiemu test cflags match the...
2013-11-10 Vladimir Serbinenko * configure.ac: Remove leftover -fnested-funcions...
2013-11-10 Vladimir Serbinenko * configure.ac: Restore CFLAGS to TARGET_CFLAGS before...
2013-11-09 Vladimir Serbinenko Add new ports: i386-xen and x86_64-xen. This allows...
2013-11-08 Vladimir Serbinenko * configure.ac: Use elf_*_fbsd on kfreebsd.
2013-11-07 Vladimir Serbinenko * grub-core/Makefile.am: Do not include libgcc.h when...
2013-11-07 Vladimir Serbinenko * configure.ac: Run linker tests without -Werror.
2013-11-07 Vladimir Serbinenko * configure.ac: Don't add -no-itegrated-as on clang...
2013-11-07 Vladimir Serbinenko Allow compiling with clang (not really supported though).
2013-11-07 Vladimir Serbinenko * configure.ac: Don't add -Wcast-align on x86.
2013-11-07 Vladimir Serbinenko * configure.ac: Add -freg-struct-return on all platfor...
2013-11-07 Vladimir Serbinenko * acinclude.m4: Use -Werror on parameter tests.
2013-11-07 Vladimir Serbinenko * configure.ac: Check that -malign-loops works rather...
2013-11-07 Vladimir Serbinenko * configure.ac: Remove -fnested-functions. We don...
2013-11-07 Vladimir Serbinenko * configure.ac: Prevent cflags leaking to subsequent...
2013-11-04 Andrey Borzenkovenable emuusb and emupci on emu platform only
2013-11-03 Mike Frysinger * configure.ac: Don't add target-prefix.
2013-11-02 Vladimir SerbinenkoFix last commit
2013-11-02 Vladimir Serbinenko * configure.ac: Don't add -m32/-m64 on emu.
2013-11-02 Vladimir Serbinenko * configure.ac: Use 0x8000 for address instead of...
2013-11-02 Vladimir Serbinenko * configure.ac (TARGET_CFLAGS): Add -march=i386 on...
2013-10-27 Andrey BorzenkovMerge branch 'fu/disk_common'
2013-10-27 Vladimir Serbinenko * configure.ac: Remove leftover COND_BUILD_GRUB_MKFONT and
2013-10-19 Vladimir 'phcoder... Don't add -lm on haiku.
2013-10-19 Vladimir 'phcoder... * configure.ac: Use -melf_*_haiku as target on haiku.
2013-10-15 Vladimir 'phcoder... * configure.ac: Check for nvlist_lookup_string in...
2013-10-12 Ilya Bakulin * configure.ac: Use -melf_*_obsd on openbsd.
2013-09-23 neil * configure.ac: Do not enable -Wmissing-noreturn as its
2013-09-23 neil * configure.ac: Do no explicitly enable -Waddress...
2013-09-23 Vladimir 'phcoder... * configure.ac: Substitute TARGET_RANLIB.
2013-09-23 Vladimir 'phcoder... * grub-core/Makefile.am: Override STRIP and RANLIB.
2013-09-23 Vladimir 'phcoder... Use Winapi on both cygwin and mingw32 to share more...
2013-09-22 Vladimir 'phcoder... * configure.ac: On FreeBSD use -melf_*_fbsd format.
2013-08-23 Vladimir 'phcoder... * configure.ac: Disable efiemu runtime on cygwin.
2013-08-22 Vladimir 'phcoder... * configure.ac: Add -Wl,-melf_i386 and -Wl,-melf_x86_6...
2013-08-22 Vladimir 'phcoder... * configure.ac: Set CPP to build one when checkoing...
2013-08-22 Vladimir 'phcoder... * configure.ac: Don't change host_os from mingw to...
2013-08-22 Vladimir 'phcoder... * configure.ac: Change target_os from windows to cygwin.
2013-08-22 Vladimir 'phcoder... Handle grub-pe2elf and grub-mkfont for cases when...
2013-08-21 Vladimir 'phcoder... * INSTALL: Document cross-compilation.
2013-08-21 Ilya Bakulin * configure.ac: Remove -Wempty-body. It's not essentia...
2013-08-16 Vladimir 'phcoder... * configure.ac: Make unifont mandatory for powerpc...
2013-08-16 Vladimir 'phcoder... * configure.ac: Disable unifont and starfield if no...
2013-08-14 Vladimir 'phcoder... Fix handling of build-time grub-bin2h and grub-mkfont...
2013-08-14 Vladimir 'phcoder... * configure.ac: Error if no $BUILD_CC could be found.
2013-07-18 Leif Lindholm New ports to arm-uboot and arm-efi.
2013-07-16 Vladimir 'phcoder... Merge mainline into arm
2013-07-11 Vladimir 'phcoder... * configure.ac: Move delimiter after the infos.
2013-07-11 Vladimir 'phcoder... * configure.ac: Indicate which liblzma is used if...
2013-06-15 David Michael * configure.ac (FREETYPE): Change AC_CHECK_PROGS to...
2013-06-07 Vladimir 'phcoder... Remove enable_executable_check as it's not needed...
2013-05-31 Vladimir 'phcoder... * configure.ac: Add yet another path to unifont. For...
2013-05-30 Vladimir 'phcoder... * configure.ac: Add Ubuntu path to unifont and report...
2013-05-11 Vladimir 'phcoder... merge mainline into arm
2013-05-11 Vladimir 'phcoder... merge mainline into arm
2013-05-10 Vladimir 'phcoder... Redirect xasprintf to grub_xvasprintf rather than...
2013-05-08 Vladimir 'phcoder... * configure.ac: Don't disable extended registers on...
2013-05-07 Vladimir 'phcoder... * configure.ac: Don't use extended registers on x86_64.
2013-05-07 Vladimir 'phcoder... * tests/priority_queue_unit_test.cc: New test.
2013-05-03 Leif LindholmLeif's build fixes
2013-04-29 Vladimir 'phcoder... * configure.ac: Use -mcmodel=large on x86_64-emu as...
2013-04-26 Vladimir 'phcoder... Replace libcurses with our own vt100 handling for...
2013-04-26 Vladimir 'phcoder... * configure.ac: Fix loongson conditional.
2013-04-25 Vladimir 'phcoder... Enable mipsel-arc.
2013-04-12 Vladimir 'phcoder... Better support Apple Intel Macs on CD.
2013-04-11 Vladimir 'phcoder... Merge powerpc grub-mkrescue flavour with common. Use...
2013-04-07 Vladimir 'phcoder... merge mainline into arm
2013-04-07 Leif LindholmInitial import of Leif's work
2013-03-19 Vladimir 'phcoder... Implement boot time analysis framework.
2013-03-03 Vladimir 'phcoder... Remove all trampoline support. Add -Wtrampolines when
2013-01-12 Colin WatsonClean up dangling references to grub-setup.
2013-01-03 Vladimir 'phcoder... * configure.ac: Extend -Wno-trampolines to host.
2012-12-28 Colin WatsonApply program name transformations at build-time rather...
2012-09-05 Jiri Slaby * configure.ac: Add SuSe path.
2012-08-05 Grégoire SutreStrengthen the configure test for working -nostdinc...
2012-06-28 Vladimir 'phcoder... * configure.ac: Bump version to 2.00.
2012-06-23 Vladimir 'phcoder... * configure.ac: Bump to 2.00~rc1.
2012-06-06 Vladimir 'phcoder... Extend automated tests to qemu-mips.
2012-05-31 Vladimir 'phcoder... * configure.ac: Bump to beta6.
2012-05-29 Vladimir 'phcoder... * configure.ac: Add condition for COND_HOST_XNU.
2012-05-28 Vladimir 'phcoder... * configure.ac: Remove APPLE_CC and add -Wl,-allow_sta...
next