mirror of
https://github.com/drasko/codezero.git
synced 2026-01-27 10:13:15 +01:00
Removed hard coded values of toolchain and gcc cpu flags
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import re, elf, sys, os
|
||||
from optparse import OptionParser
|
||||
|
||||
# May need to do something about this
|
||||
toolprefix = "arm-none-linux-gnueabi-"
|
||||
objdump = toolprefix + "objdump"
|
||||
objcopy = toolprefix + "objcopy"
|
||||
|
||||
Reference in New Issue
Block a user