[ipxe-devel] [ipxe] Fix no-PIE workaround for i386 builds (#49)
Christian Hesse
notifications at github.com
Tue Mar 15 13:33:12 UTC 2016
This workaround did not work for my version of gcc (4.9.2 20150304) as
no option -nopie exists.
We take another way: Let's check whether or not the macro __PIE__ is defined
and add -fno-PIE if it is.
You can view, comment on, or merge this pull request online at:
https://github.com/ipxe/ipxe/pull/49
-- Commit Summary --
* Fix no-PIE workaround for i386 builds
-- File Changes --
M src/arch/i386/Makefile (4)
-- Patch Links --
https://github.com/ipxe/ipxe/pull/49.patch
https://github.com/ipxe/ipxe/pull/49.diff
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/49
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20160315/1ab763c1/attachment.htm>
More information about the ipxe-devel
mailing list