UBUNTU: SAUCE: selftests/powerpc/ptrace: fix build failure
Add -Wno-error=deprecated to its Makefile CFLAGS to avoid build failure. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
2b4d7ad9b1
commit
5c4372ce08
@@ -33,7 +33,7 @@ TESTS_64 := $(patsubst %,$(OUTPUT)/%,$(TESTS_64))
|
||||
$(TESTS_64): CFLAGS += -m64
|
||||
$(TM_TESTS): CFLAGS += -I../tm -mhtm
|
||||
|
||||
CFLAGS += $(KHDR_INCLUDES) -fno-pie
|
||||
CFLAGS += $(KHDR_INCLUDES) -fno-pie -Wno-error=deprecated
|
||||
|
||||
$(OUTPUT)/ptrace-gpr: ptrace-gpr.S
|
||||
$(OUTPUT)/ptrace-perf-hwbreak: ptrace-perf-asm.S
|
||||
|
||||
Reference in New Issue
Block a user