aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-bsp/boot-format/boot-format/flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-ppc/recipes-bsp/boot-format/boot-format/flags.patch')
-rw-r--r--meta-fsl-ppc/recipes-bsp/boot-format/boot-format/flags.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-fsl-ppc/recipes-bsp/boot-format/boot-format/flags.patch b/meta-fsl-ppc/recipes-bsp/boot-format/boot-format/flags.patch
deleted file mode 100644
index cddb34cd..00000000
--- a/meta-fsl-ppc/recipes-bsp/boot-format/boot-format/flags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile
-+++ git/Makefile
-@@ -3,14 +3,14 @@
- INSTALL=install
- PREFIX=/usr
-
--CFLAGS=-Wall
-+override CFLAGS+=-Wall
-
- all: boot_format
-
- boot_format.o: boot_format.c boot_format.h
-
- boot_format: boot_format.o
-- $(CC) $< -o $@
-+ $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
-
- install: boot_format
- $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin