# $Id$ # Adjust ICC flags to avoid problematic references to __svml_* functions. ifeq "$(COMPILER)-$(DEBUG_SFX)$(DLL)" "icc-Release" ifneq "" "$(filter -static-intel,$(DLL_LDFLAGS))" prog.o: $(srcdir)/prog.cpp $(CXX_WRAPPER) $(CXX) $(CXXFLAGS_ALL) -fno-builtin-log $< -o $@ \ $(CXX_FILTER) endif endif