This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
riscv
/
riscv-gnu-toolchain
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Change /usr/bin/python3 to /usr/bin/env python3
pull/1233/head
Kito Cheng
3 years ago
parent
d58e67689d
commit
22f2d289b8
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
scripts/march-to-cpu-opt
2
scripts/march-to-cpu-opt
View File
@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/
env
python3
import argparse
import sys
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
riscv/riscv-gnu-toolchain
Title
Body
Create Issue