patch-ext2load_Makefile 360 B

1234567891011
  1. --- arcboot.orig/ext2load/Makefile 2011-06-19 17:09:08.000000000 +0200
  2. +++ arcboot/ext2load/Makefile 2017-01-07 21:49:13.930609228 +0100
  3. @@ -28,7 +28,7 @@ CFLAGS = -O2 -I$(COMMONDIR) -I$(ARCINCLU
  4. -DSUBARCH=${SUBARCH} -fno-strict-aliasing \
  5. $(WARN_CFLAGS) $(MIPS_CFLAGS) $(DEBUG_CFLAGS)
  6. -LD = ld
  7. +LD ?= ld
  8. LDFLAGS = -N -T ld.script
  9. all: $(TARGETS)