git: 5018444b289d - stable/13 - libcompiler_rt Makefile.inc: remove debugging messages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 10:34:49 UTC
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=5018444b289d7bf730d543e60e4e9c21409cb848 commit 5018444b289d7bf730d543e60e4e9c21409cb848 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-04-07 18:16:50 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-04-20 10:29:09 +0000 libcompiler_rt Makefile.inc: remove debugging messages PR: 276104 MFC after: 1 month (cherry picked from commit d00b9344bb10a9a35b02df33475bec951dfccd78) --- lib/libcompiler_rt/Makefile.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/libcompiler_rt/Makefile.inc b/lib/libcompiler_rt/Makefile.inc index b47073b5a74d..eb2b04001b1e 100644 --- a/lib/libcompiler_rt/Makefile.inc +++ b/lib/libcompiler_rt/Makefile.inc @@ -1,6 +1,5 @@ CRTARCH= ${MACHINE_CPUARCH:C/amd64/x86_64/:C/powerpc/ppc/} -.info DIMDBG: CRTARCH=${CRTARCH} CRTSRC= ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins @@ -132,7 +131,6 @@ SRCF+= floatundisf # 80-bit long double functions, only used on x86. # .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" -.info DIMDBG: Enabling 80-bit long double SRCF+= divxc3 SRCF+= extendxftf2 SRCF+= fixxfdi @@ -154,8 +152,6 @@ SRCS+= floatundixf.c SRCF+= floatdixf SRCF+= floatundixf .endif -.else -.info DIMDBG: NOT enabling 80-bit long double .endif # __cpu_model support, only used on aarch64 and x86 @@ -179,7 +175,6 @@ SRCF+= fp_mode # .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ ${MACHINE_CPUARCH} == "riscv" -.info DIMDBG: Enabling 128-bit quad precision SRCF+= addtf3 SRCF+= comparetf2 SRCF+= divtc3 @@ -206,8 +201,6 @@ SRCF+= subtf3 SRCF+= trunctfdf2 SRCF+= trunctfhf2 SRCF+= trunctfsf2 -.else -.info DIMDBG: NOT enabling 128-bit quad precision .endif # These are already shipped by libc.a on some architectures.