commit 1fc37685fd10a06a75bab2f6a147dd6e810b2b7f parent d6034b82c42601b229eb6e82fa927ec523e2af7b Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Tue, 26 Oct 2021 08:39:16 +0200 build: Remove duplicated option in gnu toolchain Diffstat:
| M | scripts/build/tool/gnu.mk | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/scripts/build/tool/gnu.mk b/scripts/build/tool/gnu.mk @@ -1,5 +1,3 @@ -TOOL_CFLAGS = -std=c99 - COMP = gcc ASM = as LINKER = ld