Home
last modified time | relevance | path

Searched hist:"4 c983a2886877a855ac3a2836b15d80356fbb8d4" (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libcompiler_rt/
H A DMakefile.incdiff 4c983a2886877a855ac3a2836b15d80356fbb8d4 Sun Apr 07 21:45:51 CEST 2024 Dimitry Andric <dim@FreeBSD.org> libcompiler_rt Makefile.inc: include bsd.compiler.mk to fix build

Apparently libgcc_s has always included libcompiler_rt's Makefile.inc
without first including bsd.compiler.mk, even though Makefile.inc used
COMPILER_TYPE already. It looks like we were just lucky that the
expression was not malformed.

PR: 276104
Reported by: Herbert J. Skuhra <herbert@gojira.at>
MFC after: 1 month