wok diff memtest/receipt @ rev 24941

memtest: add binutils 2.37 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 16 12:43:33 2022 +0000 (2022-04-16)
parents 66a052ff61b1
children 584e67527789
line diff
     1.1 --- a/memtest/receipt	Tue Mar 01 10:06:20 2022 +0000
     1.2 +++ b/memtest/receipt	Sat Apr 16 12:43:33 2022 +0000
     1.3 @@ -37,6 +37,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# binutils 2.37 support
     1.8 +	sed -i 's|\t}|&\n\t/DISCARD/ : { *(*) }|' memtest.bin.lds
     1.9 +
    1.10  	ls $stuff/memtest*-$VERSION-*.patch &&
    1.11  	for i in $stuff/memtest*-$VERSION-*.patch ; do
    1.12  		patch -p1 < $i