]> gcc.gnu.org Git - gcc.git/commit
fixincludes: FIx up for Debian/Ubuntu includes
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Sep 2022 10:29:46 +0000 (12:29 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 27 Sep 2022 10:33:23 +0000 (12:33 +0200)
commitb939a5cc4143908ddda4b85a848c313136ff6e0c
tree914748a369d1124f85f1b13b21e38d4527ac7824
parentc8dfa79c9948ce09a7b4071f8059294b1972aef6
fixincludes: FIx up for Debian/Ubuntu includes

As reported by Tobias, my C++ _Float{16,32,64,128,32x,64x,128x} support
patch broke Debian/Ubuntu bootstraps.  The problem is that there
glibc bits/floatn.h and bits/floatn-common.h isn't in /usr/include/
directly, but in a subdirectory like /usr/include/x86_64-linux-gnu/
Seems other fixinclude rules for bits/* headers use
files = bits/whatever.h, "*/bits/whatever.h";
so this patch just follows the suit.

2022-06-27  Jakub Jelinek  <jakub@redhat.com>

* inclhack.def (glibc_cxx_floatn_1, glibc_cxx_floatn_2,
glibc_cxx_floatn_3): Add to files also "*/bits/floatn.h"
and "*/bits/floatn-common.h".
* fixincl.x: Regenerated.
fixincludes/fixincl.x
fixincludes/inclhack.def
This page took 0.057928 seconds and 5 git commands to generate.