- Timestamp:
- May 29, 2007, 2:10:02 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6bb748c
- Parents:
- 95756c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
patches/gcc-4.2.0-pure64-1.patch
r95756c0 r850f2ea6 25 25 LIBGCC = stmp-multilib 26 26 INSTALL_LIBGCC = install-multilib 27 diff -Naur gcc-4.2.0.orig/gcc/config/linux.h gcc-4.2.0/gcc/config/linux.h28 --- gcc-4.2.0.orig/gcc/config/linux.h 2007-05-16 19:21:19.000000000 -040029 +++ gcc-4.2.0/gcc/config/linux.h 2007-05-18 16:51:43.000000000 -040030 @@ -127,3 +127,7 @@31 #define TARGET_C99_FUNCTIONS (OPTION_GLIBC)32 33 #define TARGET_POSIX_IO34 +35 +/* Remove /usr/include from the end of the include search path. */36 +#undef STANDARD_INCLUDE_DIR37 +#define STANDARD_INCLUDE_DIR 038 27 diff -Naur gcc-4.2.0.orig/gcc/config/mips/linux64.h gcc-4.2.0/gcc/config/mips/linux64.h 39 28 --- 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.