From 9452a6e87b6c2c70513bc47a2470bf9f1168920e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jun 2020 10:39:22 +0100 Subject: gentoo resync : 13.06.2020 --- .../memtest86+/files/memtest86+-5.01-objcopy.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sys-apps/memtest86+/files/memtest86+-5.01-objcopy.patch (limited to 'sys-apps/memtest86+/files/memtest86+-5.01-objcopy.patch') diff --git a/sys-apps/memtest86+/files/memtest86+-5.01-objcopy.patch b/sys-apps/memtest86+/files/memtest86+-5.01-objcopy.patch new file mode 100644 index 000000000000..5effe20027a9 --- /dev/null +++ b/sys-apps/memtest86+/files/memtest86+-5.01-objcopy.patch @@ -0,0 +1,20 @@ +Allow 'objcopy' override with user's OBJCOPY. +--- a/Makefile ++++ b/Makefile +@@ -8,6 +8,7 @@ + # Path for the floppy disk device + # + FDISK=/dev/fd0 ++OBJCOPY=objcopy + + CFLAGS= -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \ + -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector +@@ -30,7 +31,7 @@ memtest_shared: $(OBJS) memtest_shared.lds Makefile + $(LD) -shared -Bsymbolic -T memtest_shared.lds -o $@ $(OBJS) + + memtest_shared.bin: memtest_shared +- objcopy -O binary $< memtest_shared.bin ++ $(OBJCOPY) -O binary $< memtest_shared.bin + + memtest: memtest_shared.bin memtest.lds + $(LD) -s -T memtest.lds -b binary memtest_shared.bin -o $@ -- cgit v1.2.3