Actions
Feature #14414
closedficl: default to 64-bit and clean up smatch
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Stop using isaexec - our kernel is 64-bit, so default to have 64-bit ficl-sys in /usr/bin and provide 32-bit version in /usr/bin/$(ARCH32). We want to keep 32-bit version around to support debugging 32-bit forth scripts.
While there, clean up the few issues with smatch and drop sparc build (as requested in review).
Testing done: build/install/boot
Updated by Electric Monk 3 months ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 8aafd47d0dbabbca4365c9565fbe0e051e7346dd
commit 8aafd47d0dbabbca4365c9565fbe0e051e7346dd Author: Toomas Soome <tsoome@me.com> Date: 2023-03-21T15:13:17.000Z 14414 ficl: default to 64-bit and clean up smatch Reviewed by: Yuri Pankov <yuri@aetern.org> Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
Actions