Y
Hacker News
new
|
ask
|
show
|
jobs
by
streakfix
971 days ago
Can it do cross compilation?
1 comments
oso2k
971 days ago
If you set `$(CC)` (like `CC=i386-linux-musl make`) and can deal with `$(CC)` being your linker. Not all projects can but most will tolerate it.
link