mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
Fix useless variable
This commit is contained in:
parent
566d2db1a6
commit
4f1f5169d8
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
#---
|
||||
MAJOR := 0
|
||||
MINOR := 3
|
||||
PATCH := 3
|
||||
PATCH := 4
|
||||
EXTRAVERSION :=
|
||||
|
||||
|
||||
|
@ -52,7 +52,7 @@ include $(CONFIG)
|
|||
|
||||
# Compiler flags, assembler flags, dependency generation, archiving
|
||||
header := ../include
|
||||
cflags := $(machine) -ffreestanding -nostdlib -Wall -Wextra -std=c11 -Os \
|
||||
cflags := -ffreestanding -nostdlib -Wall -Wextra -std=c11 -Os \
|
||||
-fstrict-volatile-bitfields -I$(header) $(CONFIG.CFLAGS)
|
||||
|
||||
# color definition
|
||||
|
|
Loading…
Reference in a new issue