Bug 265566 - devel/directfb: Use GNU as to assemble files on armv6/armv7
Summary: devel/directfb: Use GNU as to assemble files on armv6/armv7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-02 04:45 UTC by Robert Clausecker
Modified: 2022-09-23 14:14 UTC (History)
1 user (show)

See Also:
fuz: merge-quarterly?


Attachments
devel/directfb: Use GNU as to assemble files on armv6/armv7 (1.46 KB, patch)
2022-08-02 04:45 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-08-02 04:45:21 UTC
Created attachment 235627 [details]
devel/directfb: Use GNU as to assemble files on armv6/armv7

Clang's integrated assembler can't handle the old split syntax
used in this project's assembly files.  Assembly with GNU as
instead.

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-09 07:05:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15ea9b69ec020042ca2e7a10be4d6d67dc9223d6

commit 15ea9b69ec020042ca2e7a10be4d6d67dc9223d6
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-08-02 04:30:12 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-09-09 06:50:12 +0000

    devel/directfb: Use GNU as to assemble files on armv6/armv7

    Clang's integrated assembler can't handle the old split syntax
    used in this project's assembly files.  Assembly with GNU as
    instead.

    PR:             265566

 devel/directfb/Makefile | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)