wok-6.x rev 25065
grub4dos: binutils 2.37 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 09 15:38:57 2022 +0000 (2022-06-09) |
parents | 33ed869afff2 |
children | 1931b321046f |
files | grub4dos/receipt |
line diff
1.1 --- a/grub4dos/receipt Wed Jun 08 16:46:37 2022 +0000 1.2 +++ b/grub4dos/receipt Thu Jun 09 15:38:57 2022 +0000 1.3 @@ -31,7 +31,8 @@ 1.4 sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \ 1.5 util/grub-install.in 1.6 sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 configure 1.7 - sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile* 1.8 + sed -i 's|-O binary|--only-section=.text &|' stage?/Makefile* 1.9 + sed -i 's|-Wl,-Ttext|-Wl,--section-start=.note.gnu.property=1000 &|' stage2/Makefile* 1.10 sh ./configure CC=gcc-3 \ 1.11 --enable-preset-menu=$stuff/menu.lst \ 1.12 --without-curses \