The GPU build is attempt to build with printf support. Currently with
D158246 we can compile snprintf and run it. However, this introduces
problems with the long double table and backtracking. This patch adds
the necessary configs to disable the long double table and support for
%n.
The size of the generated binaries is much smaller with this applied so
it's a good first step. We also will want %n disabled for out handling
of printf as it required backtracking.