From 165fa85a4e529a0ad95ac73c3505bea22264e685 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 2 Nov 2011 20:50:25 +0000 Subject: [PATCH] add stdfloat-double --- dtool/src/dtoolutil/pandaSystem.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dtool/src/dtoolutil/pandaSystem.cxx b/dtool/src/dtoolutil/pandaSystem.cxx index 79c9939e98..7a4d48364b 100644 --- a/dtool/src/dtoolutil/pandaSystem.cxx +++ b/dtool/src/dtoolutil/pandaSystem.cxx @@ -37,6 +37,10 @@ PandaSystem() : // (!NDEBUG) mode, and only if they are not already defined. _package_version_string = PANDA_PACKAGE_VERSION_STR; _package_host_url = PANDA_PACKAGE_HOST_URL; + +#ifdef STDFLOAT_DOUBLE + add_system("stdfloat-double"); +#endif } ////////////////////////////////////////////////////////////////////