Changeset 850f2ea6


Ignore:
Timestamp:
May 29, 2007, 2:10:02 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6bb748c
Parents:
95756c0
Message:

Removed a chunk in the GCC pure64 specs patch that should NOT be there. Thanks horst for finding this.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    r95756c0 r850f2ea6  
    22
    33<!ENTITY month "05"> <!-- Use two digits -->
    4 <!ENTITY month_name "April">
    5 <!ENTITY day "19"> <!-- Use two digits -->
     4<!ENTITY month_name "May">
     5<!ENTITY day "29"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
  • BOOK/patches.ent

    r95756c0 r850f2ea6  
    146146
    147147<!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch">
    148 <!ENTITY gcc-pure64-patch-md5 "df5309248a642d192736971cffe8585d">
     148<!ENTITY gcc-pure64-patch-md5 "1b72422e0ba2b5759d965374331f3cbb">
    149149<!ENTITY gcc-pure64-patch-size "8 KB">
    150150
  • patches/gcc-4.2.0-pure64-1.patch

    r95756c0 r850f2ea6  
    2525 LIBGCC = stmp-multilib
    2626 INSTALL_LIBGCC = install-multilib
    27 diff -Naur gcc-4.2.0.orig/gcc/config/linux.h gcc-4.2.0/gcc/config/linux.h
    28 --- gcc-4.2.0.orig/gcc/config/linux.h   2007-05-16 19:21:19.000000000 -0400
    29 +++ gcc-4.2.0/gcc/config/linux.h        2007-05-18 16:51:43.000000000 -0400
    30 @@ -127,3 +127,7 @@
    31  #define TARGET_C99_FUNCTIONS (OPTION_GLIBC)
    32  
    33  #define TARGET_POSIX_IO
    34 +
    35 +/* Remove /usr/include from the end of the include search path.  */
    36 +#undef STANDARD_INCLUDE_DIR
    37 +#define STANDARD_INCLUDE_DIR 0
    3827diff -Naur gcc-4.2.0.orig/gcc/config/mips/linux64.h gcc-4.2.0/gcc/config/mips/linux64.h
    3928--- gcc-4.2.0.orig/gcc/config/mips/linux64.h    2007-05-16 19:21:19.000000000 -0400
Note: See TracChangeset for help on using the changeset viewer.