summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/makefile.patch b/makefile.patch
deleted file mode 100644
index c23030bcf6ce..000000000000
--- a/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cbqn.old/makefile 2021-11-19 18:45:39.137888117 -0500
-+++ cbqn.new/makefile 2021-11-19 18:46:00.934817411 -0500
-@@ -91,7 +91,7 @@
-
-
- gen: builtins core base jit utils # build the final binary
-- @$(CC) ${lf} ${PIE} -o BQN ${bd}/*.o -lm
-+ @$(CC) ${lf} ${PIE} ${LDFLAGS} -o BQN ${bd}/*.o -lm
- @echo ${postmsg}
-
- # build individual object files