]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
build: Drop -no-pie from CFLAGS
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 3 Oct 2022 11:34:17 +0000 (12:34 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 3 Oct 2022 11:38:29 +0000 (12:38 +0100)
commit5e770502e81e6bde08f55db6b0f66fbc1013850d
tree1cfbd4ed559a865e53e93a6682eb961f28dc159c
parent0f6618f7a5c92a6b75ffd8876daab07cef6bbcf1
build: Drop -no-pie from CFLAGS

This is a GCC-only option which controls how GCC involves the linker, but we
don't use $(CC) for linking any more.

Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
build/common.mk