commit | 564e57955306b413ca3e9ee463cc989f1fd387c0 | [log] [tgz] |
---|---|---|
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Mon Apr 22 08:51:07 2024 +0100 |
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Mon Apr 22 08:51:07 2024 +0100 |
tree | d917d1403e9a85a7ef123dbee1e6c9990041285c | |
parent | d262969d04f28ef77ae5d9cb121a84a61f294bd0 [diff] |
switch-arch: disable generation of position independent code (-fno-pic) This is required to ensure that the output binaries are generated in a form that will execute correctly as firmware at a fixed location. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>