[46/52] debug: build pcprofiledump with LFS and 64 bit time support

Message ID 20210305201518.798584-47-adhemerval.zanella@linaro.org
State Superseded
Headers
Series Add 64 bit time support on legacy ABIs |

Commit Message

Adhemerval Zanella Netto March 5, 2021, 8:15 p.m. UTC
  ---
 debug/Makefile | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/debug/Makefile b/debug/Makefile
index 3f66666c6c..8e74e63050 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -213,6 +213,7 @@  $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
 	mv -f $@.new $@
 
 $(objpfx)pcprofiledump: $(objpfx)pcprofiledump.o
+CFLAGS-pcprofiledump.c += -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
 
 $(objpfx)xtrace: xtrace.sh
 	rm -f $@.new