mirror of
https://github.com/drasko/codezero.git
synced 2026-04-09 21:49:04 +02: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