|
@ -37,7 +37,6 @@ def clr(color, text): |
|
|
def remove_float_support(): |
|
|
def remove_float_support(): |
|
|
|
|
|
|
|
|
flags = " ".join(env['LINKFLAGS']) |
|
|
flags = " ".join(env['LINKFLAGS']) |
|
|
print flags |
|
|
|
|
|
flags = flags.replace("-u _printf_float", "") |
|
|
flags = flags.replace("-u _printf_float", "") |
|
|
flags = flags.replace("-u _scanf_float", "") |
|
|
flags = flags.replace("-u _scanf_float", "") |
|
|
newflags = flags.split() |
|
|
newflags = flags.split() |
|
|