[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Binutils 2.18 + GCC 4.2.3



(see the attached diffs).

Sorry, attached diffs are here.

--
Vincent Rivière

--- D:\Documents and Settings\Rose Well\Bureau\cross.config.h	2008-02-10 12:44:33.531250000 +0100
+++ D:\Documents and Settings\Rose Well\Bureau\MiKRO.config.h	2008-02-10 12:55:53.093750000 +0100
@@ -116,7 +116,7 @@
 #define HAVE_GETIPINFO 1
 
 /* Define to 1 if you have the `getpagesize' function. */
-/* #undef HAVE_GETPAGESIZE */
+#define HAVE_GETPAGESIZE 1
 
 /* Define if gthr-default.h exists (meaning that threading support is
    enabled). */
@@ -144,7 +144,7 @@
 /* #undef HAVE_IEEEFP_H */
 
 /* Define if int64_t is available in <stdint.h>. */
-/* #undef HAVE_INT64_T */
+#define HAVE_INT64_T 1
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
@@ -171,7 +171,7 @@
 /* #undef HAVE_ISWBLANK */
 
 /* Define if LC_MESSAGES is available in <locale.h>. */
-/* #undef HAVE_LC_MESSAGES */
+#define HAVE_LC_MESSAGES 1
 
 /* Define to 1 if you have the `ldexpf' function. */
 /* #undef HAVE_LDEXPF */
@@ -186,19 +186,19 @@
 #define HAVE_LIBM 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef HAVE_LIMIT_AS */
+#define HAVE_LIMIT_AS 0
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef HAVE_LIMIT_DATA */
+#define HAVE_LIMIT_DATA 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef HAVE_LIMIT_FSIZE */
+#define HAVE_LIMIT_FSIZE 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef HAVE_LIMIT_RSS */
+#define HAVE_LIMIT_RSS 1
 
 /* Only used in build directory testsuite_hooks.h. */
-/* #undef HAVE_LIMIT_VMEM */
+#define HAVE_LIMIT_VMEM 0
 
 /* Define to 1 if you have the <locale.h> header file. */
 #define HAVE_LOCALE_H 1
@@ -246,7 +246,7 @@
 /* #undef HAVE_NL_LANGINFO */
 
 /* Define if poll is available in <poll.h>. */
-/* #undef HAVE_POLL */
+#define HAVE_POLL 1
 
 /* Define to 1 if you have the `powf' function. */
 /* #undef HAVE_POWF */
@@ -258,10 +258,10 @@
 /* #undef HAVE_QFPCLASS */
 
 /* Define to 1 if you have the `setenv' function. */
-/* #undef HAVE_SETENV */
+#define HAVE_SETENV 1
 
 /* Define if sigsetjmp is available. */
-/* #undef HAVE_SIGSETJMP */
+#define HAVE_SIGSETJMP 1
 
 /* Define to 1 if you have the `sincos' function. */
 /* #undef HAVE_SINCOS */
@@ -291,7 +291,7 @@
 /* #undef HAVE_SQRTL */
 
 /* Define to 1 if you have the <stdbool.h> header file. */
-/* #undef HAVE_STDBOOL_H */
+#define HAVE_STDBOOL_H 1
 
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
@@ -324,10 +324,10 @@
 /* #undef HAVE_SYS_FILIO_H */
 
 /* Define to 1 if you have the <sys/ioctl.h> header file. */
-/* #undef HAVE_SYS_IOCTL_H */
+#define HAVE_SYS_IOCTL_H 1
 
 /* Define to 1 if you have the <sys/ipc.h> header file. */
-/* #undef HAVE_SYS_IPC_H */
+#define HAVE_SYS_IPC_H 1
 
 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
 /* #undef HAVE_SYS_ISA_DEFS_H */
@@ -339,10 +339,10 @@
 /* #undef HAVE_SYS_PARAM_H */
 
 /* Define to 1 if you have the <sys/resource.h> header file. */
-/* #undef HAVE_SYS_RESOURCE_H */
+#define HAVE_SYS_RESOURCE_H 1
 
 /* Define to 1 if you have the <sys/sem.h> header file. */
-/* #undef HAVE_SYS_SEM_H */
+#define HAVE_SYS_SEM_H 1
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
@@ -354,13 +354,13 @@
 #define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if you have the <sys/uio.h> header file. */
-/* #undef HAVE_SYS_UIO_H */
+#define HAVE_SYS_UIO_H 1
 
 /* Define if S_IFREG is available in <sys/stat.h>. */
 /* #undef HAVE_S_IFREG */
 
 /* Define if S_IFREG is available in <sys/stat.h>. */
-/* #undef HAVE_S_ISREG */
+#define HAVE_S_ISREG 1
 
 /* Define to 1 if you have the `tanf' function. */
 /* #undef HAVE_TANF */
@@ -687,7 +687,7 @@
 /* #undef _GLIBCXX_PTRDIFF_T_IS_INT */
 
 /* Define if using setrlimit to set resource limits during "make check" */
-/* #undef _GLIBCXX_RES_LIMITS */
+#define _GLIBCXX_RES_LIMITS 1
 
 /* Define if size_t is unsigned int. */
 /* #undef _GLIBCXX_SIZE_T_IS_UINT */
@@ -731,7 +731,7 @@
 
 /* Define if C99 functions in <inttypes.h> should be imported in
    <tr1/cinttypes> in namespace std::tr1. */
-/* #undef _GLIBCXX_USE_C99_INTTYPES_TR1 */
+#define _GLIBCXX_USE_C99_INTTYPES_TR1 1
 
 /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
    in namespace std. */
@@ -743,7 +743,7 @@
 
 /* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
    namespace std::tr1. */
-/* #undef _GLIBCXX_USE_C99_STDINT_TR1 */
+#define _GLIBCXX_USE_C99_STDINT_TR1 1
 
 /* Define if iconv and related functions exist and are usable. */
 /* #undef _GLIBCXX_USE_ICONV */
@@ -759,7 +759,7 @@
 
 /* Define if dev/random and dev/urandom are available for the random_device of
    TR1 (Chapter 5.1). */
-/* #undef _GLIBCXX_USE_RANDOM_TR1 */
+#define _GLIBCXX_USE_RANDOM_TR1 1
 
 /* Define if code specialized for wchar_t should be used. */
 /* #undef _GLIBCXX_USE_WCHAR_T */