wok diff linld/receipt @ rev 25071
waterline-plugin-multiload: added build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 11 09:07:17 2022 +0100 (2022-06-11) |
parents | c11594098e34 |
children |
line diff
1.1 --- a/linld/receipt Fri Feb 25 18:06:36 2022 +0000 1.2 +++ b/linld/receipt Sat Jun 11 09:07:17 2022 +0100 1.3 @@ -54,7 +54,7 @@ 1.4 objdump -D -b binary -mi386 -Maddr16,data16 --adjust-vma=0x100 \ 1.5 linld.com > linld.lst 1.6 cc -o tobzimage.o -Wa,-algms=tobzimage.lst -c $stuff/tobzimage.S 1.7 - objcopy -O binary tobzimage.o tobzimage.bin 1.8 + objcopy --only-section=.text -O binary tobzimage.o tobzimage.bin 1.9 cp $stuff/tobzimage . 1.10 ./tobzimage --build 1.11 }