From 2c564b6fc8d396c5b56eab073d5ac89fc6b3cce1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 17 Mar 2017 20:15:56 +0100 Subject: arcboot: new package, bootloader for SGI --- package/arcboot/patches/patch-ext2load_Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/arcboot/patches/patch-ext2load_Makefile (limited to 'package/arcboot/patches/patch-ext2load_Makefile') diff --git a/package/arcboot/patches/patch-ext2load_Makefile b/package/arcboot/patches/patch-ext2load_Makefile new file mode 100644 index 000000000..c85c21ebd --- /dev/null +++ b/package/arcboot/patches/patch-ext2load_Makefile @@ -0,0 +1,11 @@ +--- arcboot.orig/ext2load/Makefile 2011-06-19 17:09:08.000000000 +0200 ++++ arcboot/ext2load/Makefile 2017-01-07 21:49:13.930609228 +0100 +@@ -28,7 +28,7 @@ CFLAGS = -O2 -I$(COMMONDIR) -I$(ARCINCLU + -DSUBARCH=${SUBARCH} -fno-strict-aliasing \ + $(WARN_CFLAGS) $(MIPS_CFLAGS) $(DEBUG_CFLAGS) + +-LD = ld ++LD ?= ld + LDFLAGS = -N -T ld.script + + all: $(TARGETS) -- cgit v1.2.3