Removed hard coded values of toolchain and gcc cpu flags

This commit is contained in:
Amit Mahajan
2009-11-02 21:29:54 +05:30
parent 2b29170633
commit 91c617d0b2
26 changed files with 162 additions and 89 deletions
+1
View File
@@ -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"