Skip to content

Commit

Permalink
rename variable CCFLAGS to CFLAGS
Browse files Browse the repository at this point in the history
`CCFLAGS` doesn't exist in my Make version as far as I'm aware.
  • Loading branch information
Flinner committed Nov 21, 2023
1 parent c0acaeb commit fc6d5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cxxdemo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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++

Expand Down

0 comments on commit fc6d5d1

Please sign in to comment.