Commit Graph

7 Commits (d3efcab8137275a1cc5d7548a583e532d082308f)

Author SHA1 Message Date
Jo-Philipp Wich 8d0abd27dc grub: fix build with automake v1.11.3 (#11228)
SVN-Revision: 31201
12 years ago
Felix Fietkau 9f551028d2 package/grub: fix stage2 link with recent binutils
We want the `_start's symbols to be at the very beginning of the `stage2'
binary's `.text' section. However, nothing enforces this requirement. With
recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1)
puts another symbol (eg. `journal_init') at the beginning of the section.

Fix this by providing a stripped down version of the default linker script
where we enforces the position of `_start' in the `.text' section.

Patch by Arnaud Lacombe (#10444)

SVN-Revision: 30484
13 years ago
Imre Kaloz cf1f86c0fc add ext4 support
SVN-Revision: 24079
14 years ago
Felix Fietkau 93dd5cdde9 grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)
SVN-Revision: 21608
14 years ago
Imre Kaloz 4c1e6a7e39 refresh grub patches
SVN-Revision: 19704
15 years ago
Nicolas Thill a119d75d7e grub: fix potential build issues on redhat/fedora host systems (should close: #3793)
SVN-Revision: 15608
15 years ago
Felix Fietkau 8c97372e0d move grub to package/
SVN-Revision: 9212
17 years ago