qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 79f3b1: configure: Put cross compile flags in


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 79f3b1: configure: Put cross compile flags in EXTRA_CFLAGS
Date: Thu, 18 Apr 2013 05:00:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 79f3b12f7072d592dcddfe71dd846eab3be310ea
      
https://github.com/qemu/qemu/commit/79f3b12f7072d592dcddfe71dd846eab3be310ea
  Author: Peter Crosthwaite <address@hidden>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Put cross compile flags in EXTRA_CFLAGS

The cross compile CFLAGS are needed to properly build pixman (and any other
submodules). Only the EXTRA_CFLAGS set is passed to submodules not QEMU_CFLAGS,
so put the cross compile flags in EXTRA_CFLAGS instead.

Signed-off-by: Peter Crosthwaite address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: 98f6360569b1fbc1d94f6c8d7808577e4e5e0100
      
https://github.com/qemu/qemu/commit/98f6360569b1fbc1d94f6c8d7808577e4e5e0100
  Author: Peter Crosthwaite <address@hidden>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M .gitmodules
    A dtc

  Log Message:
  -----------
  dtc: add submodule

Add dtc submodule as a fallback for old distros.
Picking version 1.3.0. as this is the most recently tagged stable version.

Signed-off-by: Peter Crosthwaite <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: a540f158db41205c3f7bad8b214f9738dc00724d
      
https://github.com/qemu/qemu/commit/a540f158db41205c3f7bad8b214f9738dc00724d
  Author: Peter Crosthwaite <address@hidden>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M Makefile
    M configure

  Log Message:
  -----------
  configure/Make: Build libfdt from submodule DTC

Configure to use the DTC submodule to build libfdt when no system libfdt
is found. Prompt to install the DTC submodule if --enable-fdt is set but
no DTC can be found.

DTC has no out-of-tree build capability, so the configure will symlink
the Makefile and scripts directory in the out of tree build directory
and pass in all the needed DTC arguments to make out of tree build happen.
Ideally we fix the DTC make to support out of tree, but did it this way to
avoid commits to DTC.

Signed-off-by: David Holsgrove <address@hidden>
Signed-off-by: Peter Crosthwaite <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


Compare: https://github.com/qemu/qemu/compare/1773d9ee6e71...a540f158db41

reply via email to

[Prev in Thread] Current Thread [Next in Thread]