Denemelerimden kalan çöp

This commit is contained in:
S.Çağlar Onur
2005-07-29 01:18:41 +00:00
parent eb47d4ebd7
commit 5d20fd5b1f
+1 -5
View File
@@ -54,11 +54,7 @@ def LDFLAGS():
return flags.ldflags
def getBinutilsInfo(needed):
process = os.popen("type -p %s-%s" % (HOST(), needed))
output = process.readlines()
process.close()
return output[0]
return "%s-%s" % (HOST(), needed)
def AR():
return getBinutilsInfo("ar")