]> gcc.gnu.org Git - gcc.git/commit
Set CROSS_SYSTEM_HEADER_DIR according includedir
authorYunQiang Su <yunqiang.su@cipunited.com>
Fri, 6 Jan 2023 10:15:28 +0000 (18:15 +0800)
committerYunQiang Su <yunqiang.su@cipunited.com>
Mon, 30 Jan 2023 09:15:57 +0000 (17:15 +0800)
commit59e4c98173a79fcaa2c33253261409f38856c384
treed5ed673e56b24a3672eb6d05a8a7b220f5445e88
parent4c17371dc5a1193671e5a475349fa7d7a6f0ca1c
Set CROSS_SYSTEM_HEADER_DIR according includedir

For cross building with option:
   --sysroot=/ --prefix=/usr --includedir=/usr/<triple>
just like Debian does, fixinc.sh will use the wrong header files
from /usr/include.

gcc/
* Makefile.in (CROSS_SYSTEM_HEADER_DIR): set according the
value of includedir.
gcc/Makefile.in
This page took 0.064973 seconds and 6 git commands to generate.