Exclude some include files from include-fixed directory #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix some include files to prevent them from ending up in the include-fixed directory when compiling gcc.
There are still some files ending up there:
The output from the fixincludes run is:
Fixing directory /usr/m68k-atari-mint/sys-root/usr/include into /home/sebilla/mintstd/mint7-build/gcc/include-fixed
Applying glibc_c99_inline_3 to bits/string2.h
Applying glibc_strncpy to bits/string2.h
Fixed: bits/string2.h
Applying machine_ansi_h_va_list to sys/syslog.h
Fixed: sys/syslog.h
Applying glibc_stdint to stdint.h
Applying sysv68_string to string.h
Applying sun_malloc to malloc.h
Applying math_exception to math.h
Fixed: math.h
Cleaning up unneeded directories:
fixincludes is done
The patterns that are searched for are defined in ../gcc-src/fixincludes/inclhack.def