summarylogtreecommitdiffstats
path: root/0003-no-stack-protector.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-no-stack-protector.patch')
-rw-r--r--0003-no-stack-protector.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/0003-no-stack-protector.patch b/0003-no-stack-protector.patch
deleted file mode 100644
index 20fefcabb790..000000000000
--- a/0003-no-stack-protector.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/compile.sh b/compile.sh
-index cf379e5..cc6119d 100755
---- a/compile.sh
-+++ b/compile.sh
-@@ -3,7 +3,7 @@
- set -e
- set -v
-
--CFLAGS="-fno-builtin -nostdinc -O2 -I. -Wall -Werror"
-+CFLAGS="-fno-builtin -fno-stack-protector -nostdinc -O2 -I. -Wall -Werror"
- LDFLAGS="-nostdlib -Wl,-N -Wl,-Ttext -Wl,100000 -Wl,--build-id=none"
- gcc $CFLAGS -c keyboard.c
- gcc $CFLAGS -c delay.c