diff options
Diffstat (limited to 'tests/Makefile.inc')
-rw-r--r-- | tests/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc index 56d557879e..a10e9bf73b 100644 --- a/tests/Makefile.inc +++ b/tests/Makefile.inc @@ -48,6 +48,10 @@ TEST_CFLAGS += -I$(cmockasrc)/include TEST_LDFLAGS = -L$(cmockaobj)/src -lcmocka -Wl,-rpath=$(cmockaobj)/src TEST_LDFLAGS += -Wl,--gc-sections +# Some memlayout symbols don't work with userspace relocation -- disable it. +TEST_CFLAGS += -fno-pie -fno-pic +TEST_LDFLAGS += -no-pie + # Extra attributes for unit tests, declared per test attributes:= srcs cflags mocks stage |