File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -53,26 +53,7 @@ LIBRARY_DIR ?= ../../bin
5353OUT_NAME ?= libmli
5454BUILD_DIR ?= ../../obj
5555GEN_DIR ?= ../gen
56- CFLAGS += -O3 -Xdsp_ctrl=postshift,guard,convergent -Hnocopyr -Hfxapi -Hpurge -Hsdata0
57-
58- ifneq ($(ComSpec )$(COMSPEC ) ,)
59- O_SYS =Windows
60- DEV_NULL = nul
61- else
62- O_SYS =Unix
63- DEV_NULL =/dev/null
64- endif
65-
66- # Variable with all default flags and defines for target HW (tcf file).
67- ALL_FLAGS := $(strip $(shell ccac -tcf=$(TCF_FILE ) -Hbatchnotmp _.c 2> $(DEV_NULL ) ) )
68- # Analize all flags.
69- ifeq (-av2hs,$(findstring -av2hs, $(ALL_FLAGS ) ) )
70- # add extra cflag for HS platforms
71- CFLAGS += -Hpipeline
72- else
73- # add extra cflag for EM platforms
74- CFLAGS += -Hdense_prologue
75- endif
56+ CFLAGS += -O3 -Xdsp_ctrl=postshift,guard,convergent -Hnocopyr -Hfxapi -Hpurge -Hsdata0 -Hdense_prologue
7657
7758vpath % .py $(GEN_DIR )
7859vpath % .txt $(GEN_DIR )
You can’t perform that action at this time.
0 commit comments