summarylogtreecommitdiffstats
path: root/append-CFLAGS.patch
diff options
context:
space:
mode:
Diffstat (limited to 'append-CFLAGS.patch')
-rw-r--r--append-CFLAGS.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/append-CFLAGS.patch b/append-CFLAGS.patch
deleted file mode 100644
index e7903f168b41..000000000000
--- a/append-CFLAGS.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index d8d59a4..9b413f9 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,7 +1,7 @@
- CC ?= gcc
- GIT_VERSION := "$(shell git describe --abbrev=6 --always --tags)"
- AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
--CFLAGS ?= -g -O2 -DVERSION=\"$(GIT_VERSION)\"
-+CFLAGS += -g -O2 -DVERSION=\"$(GIT_VERSION)\"
- objects = \
- mmc.o \
- mmc_cmds.o \