Skip to content

Commit 78ca3ac

Browse files
dyudakovJaccovG
authored andcommitted
reverted options for HS
1 parent 747ec66 commit 78ca3ac

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

lib/make/makefile

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,7 @@ LIBRARY_DIR ?= ../../bin
5353
OUT_NAME ?= libmli
5454
BUILD_DIR ?= ../../obj
5555
GEN_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

7758
vpath %.py $(GEN_DIR)
7859
vpath %.txt $(GEN_DIR)

0 commit comments

Comments
 (0)