]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/44314 (Powerpc64-unknown-linux-gnu bootstrap broken)
authorMaxim Kuvyrkov <maxim@codesourcery.com>
Fri, 28 May 2010 15:03:23 +0000 (15:03 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Fri, 28 May 2010 15:03:23 +0000 (15:03 +0000)
PR bootstrap/44314
* config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
(OPTION_GLIBC): Define.

From-SVN: r159978

gcc/ChangeLog
gcc/config/alpha/linux.h
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h

index 9543eea614873b828695c3474e62ad7c22f3f279..5531ad6c24fa32eaabf4cc637e86cb3af6fa7fe2 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       PR bootstrap/44314
+       * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
+       (OPTION_GLIBC): Define.
+
 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/41048
index 0a32479d5d7edc6f17430a1942abcd1b883fe8e1..712d66d8656cfd1e539652a8a0fabe5814327b68 100644 (file)
@@ -64,6 +64,8 @@ along with GCC; see the file COPYING3.  If not see
 /* Define this so that all GNU/Linux targets handle the same pragmas.  */
 #define HANDLE_PRAGMA_PACK_PUSH_POP
 
+#define OPTION_GLIBC  (linux_libc == LIBC_GLIBC)
+
 /* Determine whether the entire c99 runtime is present in the
    runtime library.  */
 #define TARGET_C99_FUNCTIONS (OPTION_GLIBC)
index 4831273c50d76a42fe1a0c7c186a5a500e10abe7..d41c0dc56ef51e3a75d19b952e20d82caf247378 100644 (file)
@@ -30,6 +30,8 @@
 /* We use glibc _mcount for profiling.  */
 #define NO_PROFILE_COUNTERS 1
 
+#define OPTION_GLIBC  (linux_libc == LIBC_GLIBC)
+
 /* glibc has float and long double forms of math functions.  */
 #undef  TARGET_C99_FUNCTIONS
 #define TARGET_C99_FUNCTIONS (OPTION_GLIBC)
index 502342c3de6e4921430e56de99b894954b433fed..39d440a01c34637e9f383aa988a6c4f4ad59dc85 100644 (file)
@@ -289,6 +289,8 @@ extern int dot_symbols;
    process.  */
 #define OS_MISSING_POWERPC64 !TARGET_64BIT
 
+#define OPTION_GLIBC  (linux_libc == LIBC_GLIBC)
+
 /* glibc has float and long double forms of math functions.  */
 #undef  TARGET_C99_FUNCTIONS
 #define TARGET_C99_FUNCTIONS (OPTION_GLIBC)