Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Feb 2020 03:29:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 243865] games/openbor: fix build on powerpc* with clang
Message-ID:  <bug-243865-25139-5uviZ7VC5b@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243865-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243865-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243865

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Feb  5 03:28:57 UTC 2020
New revision: 525256
URL: https://svnweb.freebsd.org/changeset/ports/525256

Log:
  MFH: r525255

  games/openbor: unbreak build on 13.0 powerpc64

  In file included from source/gfxlib/2xSaI.c:10:
  source/gamelib/borendian.h:63:60: error: unsupported inline asm: input wi=
th
type 'int' matching output with type 'UInt16' (aka 'unsigned short')
      __asm__("rlwimi %0,%2,8,16,23" : "=3D&r" (result) : "0" (x >> 8), "r"=
 (x));
                                              ~~~~~~         ^~~~~~

  PR:           243865
  Reported by:  pkubaj
  Approved by:  ports-secteam blanket

Changes:
_U  branches/2020Q1/
  branches/2020Q1/games/openbor/Makefile
  branches/2020Q1/games/openbor/distinfo
  branches/2020Q1/games/openbor3482/distinfo
  branches/2020Q1/games/openbor3711/distinfo
  branches/2020Q1/games/openbor3979/distinfo
  branches/2020Q1/games/openbor4432/distinfo

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243865-25139-5uviZ7VC5b>