]> git.pld-linux.org Git - packages/crossm68k-gcc.git/blob - crossm68k-gcc-sigset.patch
026bd789155454635468ad3f20fa86a6e86c7817
[packages/crossm68k-gcc.git] / crossm68k-gcc-sigset.patch
1 #
2 # This patch can be found at http://www.uclinux.org/pub/uClinux/m68k-elf-tools/
3 #
4 --- gcc-2.95.3/libio/gen-params%        Fri Nov 30 21:49:20 2001
5 +++ gcc-2.95.3/libio/gen-params Fri Nov 30 21:49:20 2001
6 @@ -378,6 +378,7 @@
7  [ -z "$uint32_t" ] && uint32_t="unsigned $int32_t"
8  
9  cat <<!EOF!
10 +#include <signal.h> /* fix for __sigset_t undefined problem */
11  #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
12  typedef          int   ${macro_prefix}int8_t __attribute__((__mode__(__QI__)));
13  typedef unsigned int  ${macro_prefix}uint8_t __attribute__((__mode__(__QI__)));
This page took 0.026338 seconds and 3 git commands to generate.