Dear SeaBIOS and Binutils folks,
Am 13.07.20 um 14:22 schrieb Nick Clifton:
I think the main issue is going to be the breaking of existing
software builds.
True - but the counter argument is that those builds were relying upon
a mis-feature of the BFD linker, and so maybe the correct thing t
Add a script to remove the ET_EXEC flag from the 16bit and "32bit
segmented" intermediate objects. This avoids build failures with some
linkers that will not allow linking these objects again.
Signed-off-by: Kevin O'Connor
--
v2: Use python instead of python2 in the script header
---
Makefile
On Fri, Jul 24, 2020 at 12:55:31PM +0200, Gerd Hoffmann wrote:
> Hi,
>
> > +++ b/scripts/ldnoexec.py
> > +#!/usr/bin/env python2
>
> Why "python2"? All other scripts have just "python" ...
The script runs on python2 or python3. I'll make that change.
-Kevin
_
Hi,
> +++ b/scripts/ldnoexec.py
> +#!/usr/bin/env python2
Why "python2"? All other scripts have just "python" ...
take care,
Gerd
___
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-le...@seabios.org