mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-04-18 19:17:35 -04:00
rename variable CCFLAGS
to CFLAGS
`CCFLAGS` doesn't exist in my Make version as far as I'm aware.
This commit is contained in:
parent
c0acaebf0d
commit
fc6d5d14e0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ CXX = $(RISCV_TOOLS_PREFIX)g++
|
|||
CC = $(RISCV_TOOLS_PREFIX)gcc
|
||||
AS = $(RISCV_TOOLS_PREFIX)gcc
|
||||
CXXFLAGS = -MD -Os -Wall -std=c++11
|
||||
CCFLAGS = -MD -Os -Wall -std=c++11
|
||||
CFLAGS = -MD -Os -Wall -std=c++11
|
||||
LDFLAGS = -Wl,--gc-sections
|
||||
LDLIBS = -lstdc++
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue