]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: Fix typo in linux64.h install patch
authorAndrei Gherzan <andrei.gherzan@huawei.com>
Mon, 10 Jan 2022 14:05:56 +0000 (15:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Jan 2022 15:47:10 +0000 (15:47 +0000)
The "gcc: Fix compile of gcc plugins" patch had a typo making it a noop.
This was due to a rework to make it specific to the linux64.h header.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch

index 9201538f0ed746044e9bbe7eeeafe1f1c43d454a..5bf895d6e719be111f52cedeb393c2fbd12c2834 100644 (file)
@@ -23,7 +23,7 @@ index 9b17d120a..d175ec4e3 100644
          "$(srcdir)"/config/* | "$(srcdir)"/common/config/* \
          | "$(srcdir)"/c-family/* | "$(srcdir)"/*.def ) \
            base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \
-+        ./linux64.h ) \
++        */linux64.h ) \
 +          base=`dirname $$path`;;\
          *) base=`basename $$path` ;; \
          esac; \