libcompiler_rt Makefile.inc: include bsd.compiler.mk to fix build
authorDimitry Andric <dim@FreeBSD.org>
Sun, 7 Apr 2024 19:45:51 +0000 (21:45 +0200)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 7 Apr 2024 19:45:51 +0000 (21:45 +0200)
commit4c983a2886877a855ac3a2836b15d80356fbb8d4
treea613549ab0cf569eaf825d647b3ad7eddbad0eb8
parent2e226748a961329471f5b51483318b94c8735f34
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
lib/libcompiler_rt/Makefile.inc