Ignore:
Timestamp:
07/18/09 19:12:37 (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d319da2
Parents:
2f9a05f1
Message:

Modifications to GCC to fix PPC Build Issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/gcc/4.4.0/01-cloog-fixes.patch

    r2f9a05f1 r76c9fbb  
    1111diff -Naur gcc-4.4.0.orig/gcc/graphite.c gcc-4.4.0/gcc/graphite.c
    1212--- gcc-4.4.0.orig/gcc/graphite.c       2009-03-18 09:59:55.000000000 -0700
    13 +++ gcc-4.4.0/gcc/graphite.c    2009-06-15 13:55:33.000000000 -0700
     13+++ gcc-4.4.0/gcc/graphite.c    2009-07-14 09:26:53.000000000 -0700
    1414@@ -59,6 +59,110 @@
    1515 #include "cloog/cloog.h"
     
    151151 
    152152diff -Naur gcc-4.4.0.orig/gcc/Makefile.in gcc-4.4.0/gcc/Makefile.in
    153 --- gcc-4.4.0.orig/gcc/Makefile.in      2009-05-21 16:17:37.000000000 -0700
    154 +++ gcc-4.4.0/gcc/Makefile.in   2009-06-15 13:55:33.000000000 -0700
     153--- gcc-4.4.0.orig/gcc/Makefile.in      2009-07-14 09:25:46.000000000 -0700
     154+++ gcc-4.4.0/gcc/Makefile.in   2009-07-14 09:26:53.000000000 -0700
    155155@@ -914,7 +914,7 @@
    156156 # How to link with both our special library facilities
Note: See TracChangeset for help on using the changeset viewer.