Fix removing leading slash from C++ include paths. https://gcc.gnu.org/ml/gcc-patches...
authorPavel Kopyl <p.kopyl@samsung.com>
Thu, 7 May 2015 12:25:25 +0000 (15:25 +0300)
committerDongkyun, Son <dongkyun.s@samsung.com>
Mon, 23 Nov 2015 12:46:26 +0000 (21:46 +0900)
commit5508d44093ed651768ab48c30006964c15fde2d7
treefe3c33c69917bba2d2eb407d9e6923591103ab2e
parent96b4e7f1a1b5923d56c5ac7bcc881c8c4cee203b
Fix removing leading slash from C++ include paths. https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01053.html @VDTJ-154

gcc/
* gcc.c (add_sysrooted_prefix): Add new variable 'real_sysroot'.
Pass it to 'concat()' instead of 'sysroot_no_trailing_dir_separator'.
* incpath.c (add_standard_paths): Likewise.

Change-Id: Ia51c6a085c262afbe282a9bf34554bfbb1f813e3
gcc/gcc.c
gcc/incpath.c