On Wed, 9 Apr 2025 at 15:13, Sulev-Madis Silber
wrote:
>
> oh, i think WITHOUT_CROSS_COMPILER does it, it also turns
> WITHOUT_ELFTOOLCHAIN_BOOTSTRAP on. i might have overlooked what all those
> "compiler" options actually do. what i wanted is to exclude compilers from
> resulting build target.
i see that there's revised version of proposed fix committed now and everyone
can keep their configs
this closes the issue
at least for now
On April 9, 2025 9:31:22 PM GMT+03:00, Ed Maste wrote:
>On Wed, 9 Apr 2025 at 10:58, Sulev-Madis Silber
> wrote:
>>
>> but it does indeed turn MK_ELFTOOLCHAIN_BOOTSTRAP to "no" value
>
>OK, https://reviews.freebsd.org/D49722 should fix this then (but will
>break some other, even more unusual ca
On Wed, 9 Apr 2025 at 10:58, Sulev-Madis Silber
wrote:
>
> but it does indeed turn MK_ELFTOOLCHAIN_BOOTSTRAP to "no" value
OK, https://reviews.freebsd.org/D49722 should fix this then (but will
break some other, even more unusual cases). I'll see if I can update
it to work for those cases too.
>
On April 9, 2025 5:08:31 AM GMT+03:00, Ed Maste wrote:
>On Mon, 7 Apr 2025 at 21:50, Sulev-Madis Silber
> wrote:
>>
>> --- boot1.efi ---
>> SOURCE_DATE_EPOCH=1704067200 elfcopy -j .peheader -j .text -j .sdata -j
>> .data -j .
>> dynamic -j .dynsym -j .rel.dyn -j .rela.dyn -j .reloc -j .eh_f
On Mon, 7 Apr 2025 at 21:50, Sulev-Madis Silber
wrote:
>
> --- boot1.efi ---
> SOURCE_DATE_EPOCH=1704067200 elfcopy -j .peheader -j .text -j .sdata -j
> .data -j .
> dynamic -j .dynsym -j .rel.dyn -j .rela.dyn -j .reloc -j .eh_frame
> --output-target
> =binary boot1.sym boot1.efi
> sh: elfco
why meta mode would be important here? wasn't that just a cache to make
incremental builds faster
maybe
ln -svi /usr/bin/{obj,elf}copy
rather?
unsure if it fixed it fully. it did build. i hope that efi loader actually
works too now
it likes to override path i guess (for clean env?) so it d
Sent with Proton Mail secure email.
On Monday, April 7th, 2025 at 9:50 PM, Sulev-Madis Silber
wrote:
> --- boot1.efi ---
> SOURCE_DATE_EPOCH=1704067200 elfcopy -j .peheader -j .text -j .sdata -j .data
> -j .
> dynamic -j .dynsym -j .rel.dyn -j .rela.dyn -j .reloc -j .eh_frame
> --output