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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.