mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
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
This commit is contained in:
parent
2e226748a9
commit
4c983a2886
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
.include <bsd.compiler.mk>
|
||||
|
||||
CRTARCH= ${MACHINE_CPUARCH:C/amd64/x86_64/:C/powerpc/ppc/}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue