Skip to content

Commit

Permalink
Merge pull request #248 from Flinner/patch-1
Browse files Browse the repository at this point in the history
rename variable `CCFLAGS` to `CFLAGS`
  • Loading branch information
KrystalDelusion committed Mar 26, 2024
2 parents ccbb141 + fc6d5d1 commit 36b16f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cxxdemo/Makefile
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 36b16f7

Please sign in to comment.