Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fusefs-lkl: gcc+binutils is only needed to build #251

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions sysutils/fusefs-lkl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ USES= bison:build fuse gmake python:build shebangfix
SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py
BINARY_ALIAS= sed=gsed \
stat=gnustat
USE_BINUTILS= yes
USE_GCC= yes
USE_BINUTILS= yes:build
USE_GCC= yes:build
USE_GITHUB= yes
GH_PROJECT= linux
GH_TAGNAME= 86dd3afb590eccc1903611bdaa8bac87757eb80d
Expand Down