mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 20:43: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
|
MAJOR := 0
|
||||||
MINOR := 3
|
MINOR := 3
|
||||||
PATCH := 3
|
PATCH := 4
|
||||||
EXTRAVERSION :=
|
EXTRAVERSION :=
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ include $(CONFIG)
|
||||||
|
|
||||||
# Compiler flags, assembler flags, dependency generation, archiving
|
# Compiler flags, assembler flags, dependency generation, archiving
|
||||||
header := ../include
|
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)
|
-fstrict-volatile-bitfields -I$(header) $(CONFIG.CFLAGS)
|
||||||
|
|
||||||
# color definition
|
# color definition
|
||||||
|
|
Loading…
Reference in a new issue