patches/gcc/2.95.3/110-backport-config.gcc-1.4.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 24 16:24:09 2008 +0000 (2008-06-24)
changeset 611 eac4dc8da8a9
permissions -rw-r--r--
New patches from Ioannis E. VENETIS to allow building more up-to-date Alpha x-compilers.
Some patches are still missing, though.
See: http://sourceware.org/ml/libc-help/2008-06/msg00061.html

/trunk/patches/glibc/2.5.1/270-glibc-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/glibc/2.5.1/280-glibc-alpha-sigsuspend.patch | 24 24 0 0 ++++++++++
/trunk/patches/glibc/2.5/270-glibc-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/glibc/2.5/280-glibc-alpha-sigsuspend.patch | 24 24 0 0 ++++++++++
/trunk/patches/glibc/linuxthreads-2.3.6/270-glibc-linuxthreads-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/gcc/4.2.0/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.1/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.3.0/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.2/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.3.1/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.3/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
11 files changed, 225 insertions(+)
     1 # Taken from http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?r1=1.3&r2=1.4
     2 # Should fix error
     3 #   Configuration powerpc-host_apple-darwin7.3.0 not supported
     4 # when configuring gcc-2.95 on Mac OS X for i686 target
     5 # Also create xm-darwin.h, seems to be required, else we get the error
     6 #   In file included from .../gcc-2.95.3/gcc/gencheck.c:21:
     7 #   hconfig.h:11:30: rs6000/xm-darwin.h: No such file or directory
     8 #   make[1]: *** [gencheck.o] Error 1
     9 
    10 
    11 --- gcc-2.95.3/gcc/configure.old	2004-03-24 12:17:44.000000000 -0800
    12 +++ gcc-2.95.3/gcc/configure	2004-03-24 17:14:38.000000000 -0800
    13 @@ -5079,6 +5079,10 @@
    14  		tmake_file=rs6000/t-beos
    15  		xmake_file=rs6000/x-beos
    16  		;;
    17 +	powerpc-*-darwin*)
    18 +		xm_file="rs6000/xm-rs6000.h rs6000/xm-darwin.h"
    19 +		xmake_file=rs6000/x-darwin
    20 +		;;
    21  	powerpc-*-sysv* | powerpc-*-elf*)
    22  		tm_file=rs6000/sysv4.h
    23  		xm_file="xm-siglist.h rs6000/xm-sysv4.h"
    24 --- /dev/null	2003-01-30 02:24:37.000000000 -0800
    25 +++ gcc-3.0.4/gcc/config/rs6000/xm-darwin.h	2000-11-20 19:02:09.000000000 -0800
    26 @@ -0,0 +1,9 @@
    27 +/* Undo the USG definition in xm-rs6000.h, Darwin is a BSD flavor.  */
    28 +
    29 +#undef USG
    30 +
    31 +/* Override the usual setting, since Apple's GCC has lame bugs and
    32 +   can't handle the initializers.  Someday the bugs will be fixed and
    33 +   we can get rid of this silliness.  */
    34 +
    35 +#define HAVE_DESIGNATED_INITIALIZERS 0