]> xenbits.xensource.com Git - people/wipawel/livepatch-build-tools/commitdiff
livepatch-gcc: Ignore built_in.o and prelink.o object files
authorPawel Wieczorkiewicz <wipawel@amazon.de>
Fri, 21 Sep 2018 07:38:33 +0000 (07:38 +0000)
committerPawel Wieczorkiewicz <wipawel@amazon.de>
Tue, 6 Aug 2019 12:51:19 +0000 (12:51 +0000)
Do not copy over the built_in.o and prelink.o object files when they
get rebuilt as they are used for transient linking by Xen's build
system.

Signed-off-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Martin Pohlack <mpohlack@amazon.de>
Reviewed-by: Petre Eftime <epetre@amazon.com>
livepatch-gcc

index 617f86565dcc2e200ddf7dd72e2683ec423b0170..01e4b8c2a5d8d6364d64c0c4de506eff8f6494c4 100755 (executable)
@@ -35,6 +35,8 @@ if [[ "$TOOLCHAINCMD" =~ $GCC_RE ]] ; then
             version.o|\
             debug.o|\
             *.xen-syms.*.o|\
+            built_in.o|\
+            prelink.o|\
             .*.o)
                 break
                 ;;