https://bugzilla.redhat.com/show_bug.cgi?id=2262452



--- Comment #10 from Dridi Boukelmoune <[email protected]> ---
I found another problem after porting my hare project to 0.24.0-rc2 and a
little bit of QA.

Cross compilation to riscv64 no longer works (at least on f39) because the
assembler doesn't recognize the license comments. I added this to my spec file
and it did the trick:

# riscv64-linux-gnu-as doesn't recognize double-slash comments
find %{buildroot}%{_usrsrc} -path '*riscv64*' -name '*.s' |
xargs -n 1 sed -i 's:^//:#:'

I put it at the end of %install, apparently hash comments are OK. Not sure
which project to contact for this one.

https://github.com/Dridi/dotfiles/commit/04f8a0aaab2581c095c383dcf1e38cb86b6154e1


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2262452

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202262452%23c10
--
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to