]> git.ipfire.org Git - thirdparty/gcc.git/commit
openmp: Fix up include of the generic allocator.c
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Jun 2022 17:44:50 +0000 (19:44 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 9 Jun 2022 17:44:50 +0000 (19:44 +0200)
commit699e9a0f671875c60c992d4442cba12aea0c25e9
tree2b47f48928351e1d4c45382c8afa9083a77d6a04
parent4c334e0e4ff05d3a7ca9ebb832428c446cd0ae8d
openmp: Fix up include of the generic allocator.c

As reported by Richard Sandiford, #include "../../../allocator.c"
has one too many ../s, dunno why it worked for me when using
../configure (VPATH = ../../../libgomp)

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

* config/linux/allocator.c: Fix up #include directive.
libgomp/config/linux/allocator.c