diff --git a/build/jam/repositories/HaikuPorts/x86_gcc2 b/build/jam/repositories/HaikuPorts/x86_gcc2 index 9cd96b7072..7c2628c60b 100644 --- a/build/jam/repositories/HaikuPorts/x86_gcc2 +++ b/build/jam/repositories/HaikuPorts/x86_gcc2 @@ -80,8 +80,8 @@ RemotePackageRepository HaikuPorts fribidi_devel-0.19.5-1 friss-0.8.0-1 gawk-4.1.0-2 - gcc-2.95.3_2014_10_14-2 - gcc_syslibs_devel-2.95.3_2014_10_14-2 + gcc-2.95.3_2014_10_14-3 + gcc_syslibs_devel-2.95.3_2014_10_14-3 getconf-r260000-1 getopt-1.1.5-1 gettext-0.18.1.1-6 diff --git a/headers/build/gcc-2.95.3/float.h b/headers/build/gcc-2.95.3/float.h index 7f3c29837f..442e3e2e64 100644 --- a/headers/build/gcc-2.95.3/float.h +++ b/headers/build/gcc-2.95.3/float.h @@ -80,7 +80,7 @@ #define LDBL_MIN_EXP (-16381) /* Minimum normalised long double */ #undef LDBL_MIN -#define LDBL_MIN 0x1p-16382l +#define LDBL_MIN 3.3621031431120935062627E-4932L /* Minimum int x such that 10**x is a normalised long double */ #undef LDBL_MIN_10_EXP #define LDBL_MIN_10_EXP (-4931)