|
@@ -5,6 +5,9 @@ noarg:
|
|
# The EBB handler is 64-bit code and everything links against it
|
|
# The EBB handler is 64-bit code and everything links against it
|
|
CFLAGS += -m64
|
|
CFLAGS += -m64
|
|
|
|
|
|
|
|
+# Toolchains may build PIE by default which breaks the assembly
|
|
|
|
+LDFLAGS += -no-pie
|
|
|
|
+
|
|
TEST_GEN_PROGS := reg_access_test event_attributes_test cycles_test \
|
|
TEST_GEN_PROGS := reg_access_test event_attributes_test cycles_test \
|
|
cycles_with_freeze_test pmc56_overflow_test \
|
|
cycles_with_freeze_test pmc56_overflow_test \
|
|
ebb_vs_cpu_event_test cpu_event_vs_ebb_test \
|
|
ebb_vs_cpu_event_test cpu_event_vs_ebb_test \
|