Re: [PATCH] mips: Fix up mips*-sde-elf* build [PR112300]

2023-11-26 Thread YunQiang Su
Jakub Jelinek 于2023年11月24日周五 23:54写道: > > Hi! > > As reported in the PR, mipsisa64r2-sde-elf doesn't build because > HEAP_TRAMPOLINES_INIT > macro isn't defined anywhere. > It is normally defined by > # Figure out if we need to enable heap trampolines by default > case ${target} in >

[PATCH] mips: Fix up mips*-sde-elf* build [PR112300]

2023-11-24 Thread Jakub Jelinek
Hi! As reported in the PR, mipsisa64r2-sde-elf doesn't build because HEAP_TRAMPOLINES_INIT macro isn't defined anywhere. It is normally defined by # Figure out if we need to enable heap trampolines by default case ${target} in *-*-darwin2*) # Currently, we do this for macOS 11 and above.