summaryrefslogtreecommitdiff
path: root/package/arcboot/patches/patch-ext2load_Makefile
blob: c85c21ebd9c286b9c530c0047c3a5900d2ad12ee (plain)
1
2
3
4
5
6
7
8
9
10
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)