Home
last modified time | relevance | path

Searched refs:CFLAGS_ALL (Results 1 – 1 of 1) sorted by relevance

/external/arm-optimized-routines/
DMakefile55 CFLAGS_ALL = -I$(srcdir)/math/include $(CPPFLAGS) $(CFLAGS) macro
70 $(ALL_OBJS:%.o=%.os): CFLAGS_ALL += -fPIC
73 $(RTEST_OBJS): CFLAGS_ALL = $(HOST_CFLAGS) macro
75 build/test/mathtest.o: CFLAGS_ALL += -fmath-errno
78 $(CC) $(CFLAGS_ALL) -c -o $@ $<
81 $(CC) $(CFLAGS_ALL) -c -o $@ $<
84 $(CC) $(CFLAGS_ALL) -c -o $@ $<
87 $(CC) $(CFLAGS_ALL) -c -o $@ $<
90 $(CC) $(CFLAGS_ALL) $(LDFLAGS_ALL) -shared -o $@ $^
101 $(CC) $(CFLAGS_ALL) $(LDFLAGS_ALL) -static -o $@ $^ $(LDLIBS)
[all …]