]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-ppc-ada-hack.patch
ppc build fix
[packages/gcc.git] / gcc-ppc-ada-hack.patch
1 diff -ur gcc-20020311/gcc/ada/targtyps.c gcc-20020311-/gcc/ada/targtyps.c
2 --- gcc-20020311/gcc/ada/targtyps.c     Tue Oct  2 16:57:55 2001
3 +++ gcc-20020311-/gcc/ada/targtyps.c    Sat Mar 16 15:19:39 2002
4 @@ -99,6 +99,8 @@
5  #define WIDEST_HARDWARE_FP_SIZE LONG_DOUBLE_TYPE_SIZE
6  #endif
7  
8 +static int rs6000_long_double_type_size = 64;
9 +
10  /* The following provide a functional interface for the front end Ada code
11     to determine the sizes that are used for various C types. */
12  
13 Only in gcc-20020311-/gcc/ada: targtyps.c~
This page took 0.05687 seconds and 3 git commands to generate.