mbox

[PULL,0/2] build fix for clang 3.4

Message ID 1468170605-13725-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git pull-rth-20160710

Message

Richard Henderson July 10, 2016, 5:10 p.m. UTC
Our Travis CI system uses clang 3.4, and is currently
broken by a patch from me that required clang 3.5.


r~



The following changes since commit 4f4a9ca4a4386c137301b3662faba076455ff15a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160707' into staging (2016-07-07 14:49:38 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git pull-rth-20160710

for you to fetch changes up to cdbd727c20ad7aac7797dc8c95e485e1a4c6901b:

  build: Use $(AS) for optionrom explicitly (2016-07-10 10:05:46 -0700)

----------------------------------------------------------------
build fix for travis

----------------------------------------------------------------
Richard Henderson (2):
      linux-user: Fix i386 safe-syscall.S
      build: Use $(AS) for optionrom explicitly

 configure                               | 10 +++-------
 linux-user/host/i386/safe-syscall.inc.S | 24 ++++++------------------
 pc-bios/optionrom/Makefile              |  3 +++
 rules.mak                               |  2 +-
 4 files changed, 13 insertions(+), 26 deletions(-)

Comments

Peter Maydell July 11, 2016, 2:06 p.m. UTC | #1
On 10 July 2016 at 18:10, Richard Henderson <rth@twiddle.net> wrote:
> Our Travis CI system uses clang 3.4, and is currently
> broken by a patch from me that required clang 3.5.
>
>
> r~
>
>
>
> The following changes since commit 4f4a9ca4a4386c137301b3662faba076455ff15a:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160707' into staging (2016-07-07 14:49:38 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git pull-rth-20160710

Something odd with your pullreq scripts? This didn't work,
and I had to use
    git://github.com/rth7680/qemu.git tags/pull-rth-20160710

In any case, applied to master; thanks.

-- PMM