[PATCH] fixincludes: fix fixincludes for MinGW

2016-09-22 Thread Tadek Kijkowski
ll newlines are embedded in command parameters enclosed in single quotes) 2016-09-23 Tadek Kijkowski (tkijkow...@gmail.com) * fixincl.c: Added system_with_shell for MinGW host. Index: fixincludes/fixincl.c === --- fixin

[PATCH] gcc: Fix sysroot relative paths for MinGW

2016-09-22 Thread Tadek Kijkowski
Prevent paths relative to sysroot directory from being transformed to Windows form with MSYS prefix. See: http://www.mingw.org/wiki/Posix_path_conversion 2016-09-23 Tadek Kijkowski * gcc/Makefile.in: Fix sysroot relative paths for MinGW Index: gcc/Makefile.in

Re: [PATCH] fixincludes: fix fixincludes for MinGW

2016-09-29 Thread Tadek Kijkowski
ff Law wrote: >> >> On 09/22/2016 11:26 PM, Tadek Kijkowski wrote: >>> >>> The fixincl executable uses system function to call applyfix or to >>> direcly patch a header file, with parameters enclosed in single >>> quotes. This problem is that MinG

Re: [PATCH] fixincludes: fix fixincludes for MinGW

2016-09-29 Thread Tadek Kijkowski
ass. On DJGPP all but two tests pass - if you manage to get it to compile at all. 2016-09-30 Tadek Kijkowski * check.tpl: Convert line endings to unix on test outputs * fixfixes.c: Fixed passing file name to apply_fix when SEPARATE_FIX_PROC is defined * fixincl.

Fwd: [PATCH] gcc: Fix sysroot relative paths for MinGW

2016-09-29 Thread Tadek Kijkowski
Can I have plain-text mode, please, gmail? -- Forwarded message -- From: Tadek Kijkowski Date: 2016-09-30 5:16 GMT+02:00 Subject: Re: [PATCH] gcc: Fix sysroot relative paths for MinGW To: Jeff Law CC: gcc-patches@gcc.gnu.org 2016-09-29 21:16 GMT+02:00 Jeff Law : > On 09

Re: [PATCH] gcc: Fix sysroot relative paths for MinGW

2016-10-08 Thread Tadek Kijkowski
on that path specified with|--with-native-system-header-dir is located within sysroot, but it fails to mention that the same applies to ||--with-local-prefix. Changelog: 2016-10-08 Tadek Kijkowski * gcc/Makefile.in, gcc/config/i386/x-mingw32: |Fix sysroot relative paths for MinGW * gcc/config