Skip to content

Commit

Permalink
Merge pull request #97 from mikepurvis/fix-hard-float
Browse files Browse the repository at this point in the history
Fix floatOpt function so that it actually works.
  • Loading branch information
andysworkshop committed Mar 2, 2015
2 parents f717700 + 7d98835 commit f3ece88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def setFlags(cpu,libdef):
#

def floatOpt():

global float
float=ARGUMENTS.get('float')
if float=="hard":
env.Append(CCFLAGS=["-mfloat-abi=hard"])
Expand Down

0 comments on commit f3ece88

Please sign in to comment.