9
0
Fork 0
barebox/arch/arm/pbl
Lucas Stach 5adb65518e ARM: do not specify -static and -pie at the same time
PIE is a form of dynamic linking and thus inherently incompatible
with -static. It worked ok as the current behavior of ld.bfd is
to not respect -static if -pie has been specified.

ld.gold and future versions of ld.bfd will fail to link if both
of those incompatible switches are specified at the same time.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-03-02 07:11:15 +01:00
..
.gitignore ARM: PBL: Add missing pieces for xz compressed PBL image 2014-11-27 17:15:23 +01:00
Makefile ARM: do not specify -static and -pie at the same time 2015-03-02 07:11:15 +01:00
piggy.gzip.S compressed image: add gzip support 2012-08-03 18:09:15 +08:00
piggy.lz4.S pbl: add lz4 support 2013-07-22 09:15:32 +02:00
piggy.lzo.S pbl: discard unwind symbol if enable in barebox 2012-08-03 18:09:15 +08:00
piggy.shipped.S pbl: add none compression support 2013-01-30 22:32:13 +01:00
piggy.xzkern.S ARM: PBL: Add missing pieces for xz compressed PBL image 2014-11-27 17:15:23 +01:00