Closed GoogleCodeExporter closed 9 years ago
I chose not to test with "-nostdinc" because I want to stick to testing the
default build. However, I did try building with "-fno-builtin" and it worked.
Original comment by dwhall...@gmail.com
on 28 Nov 2011 at 2:09
UNRELATED to this issue, I included a change to the docs about moving default
platform to "desktop64".
Original comment by dwhall...@gmail.com
on 28 Nov 2011 at 2:10
This issue was closed by revision 07b2eb50d9e3.
Original comment by dwhall...@gmail.com
on 28 Nov 2011 at 2:13
It's logic that only with -fno-builtin it works, since math.h is part of stdinc
and if you don't want it because you provide your custom one it's not a default
build.
My question was more related to the fact that since floats are an optional
functionality, the math.h dependence shouldn't be required because is not used
at any other place, and to do this is only necesary to have the functionality
required include lines inside the ifdef blocks.
Original comment by piranna
on 28 Nov 2011 at 2:21
I didn't mention it in the comment, but please check the code change revision
07b2eb50d9e3 to see if this solves your issue.
Original comment by dwhall...@gmail.com
on 28 Nov 2011 at 3:23
This issue was closed by revision c7e89c059cbe.
Original comment by dwhall...@gmail.com
on 28 Nov 2011 at 4:26
Oh, excuse me. Yes, this is just what i was asking for :-)
Original comment by piranna
on 28 Nov 2011 at 4:28
Original issue reported on code.google.com by
piranna
on 2 Oct 2011 at 7:39