thepowersgang / mrustc

Alternative rust compiler (re-implementation)
MIT License
2.18k stars 109 forks source link

Use $OBJCOPY and $STRIP instead of hardcoding #327

Closed lanodan closed 10 months ago

lanodan commented 10 months ago

You forgot to add the OBJCOPY ?= objcopy to this file

Right, I badly assumed it somehow wouldn't be needed in this file due to $CXX being used but absent, which seems a bit weird.