head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.13.15.58.32; author js; state Exp; branches; next ; commitid 6mKpx9Vn1opdBEJG; desc @@ 1.1 log @Update cross/ppc-morphos-gcc to 15.2.0 This updates to the version from the MorphOS 3.20 SDK. @ text @--- gcc-x.x.x/libcpp/files.cc.orig 2025-11-11 19:13:40.653252674 +0200 +++ gcc-x.x.x/libcpp/files.cc 2025-11-12 00:53:58.538194331 +0200 @@@@ -399,6 +399,7 @@@@ char *copy; void **pp; +#ifndef __ixemul__ /* We try to canonicalize system headers. For DOS based file * system, we always try to shorten non-system headers, as DOS * has a tighter constraint on max path length. */ @@@@ -417,6 +418,7 @@@@ path = canonical_path; } } +#endif hv = htab_hash_string (path); if (htab_find_with_hash (pfile->nonexistent_file_hash, path, hv) != NULL) @