Skip to content
Snippets Groups Projects
Commit abc8a47a authored by patacongo's avatar patacongo
Browse files

Fix CFLAGS

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1909 42af7a65-404d-4744-a932-0658087f49c3
parent d832940a
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,8 @@ NXFLATCC = $(CC)
NXFLATCFLAGS = $(CPICFLAGS)
NXFLATCXX = $(CXX)
NXFLATCXXFLAGS = $(CXXPICFLAGS)
NXFLATCC = $(CC)
NXFLATCFLAGS = $(CFLAGS)
NXFLATLD = $(LD)
NXFLATLDFLAGS1 = -e main
NXFLATLDFLAGS2 = -e main -T $(TOPDIR)/examples/nxflat/nxflat.ld -no-check-sections
NXFLATLDFLAGS2 = -e main -T $(TOPDIR)/examples/nxflat/tests/nxflat.ld -no-check-sections
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment