Following the instructions in http://processors.wiki.ti.com/index.php/Example_application_using_DSP_Link_on_OMAPL1x I downloaded the example DSP code from https://www-a.ti.com/downloads/sds_support/applications_packages/helloDSP/1_10/Linux/helloDSPdsp_1_10.tgz.
Looking at the makefile it's specifying what appear to be undocumented or invalid options as I can't find any documentation for the -ml3 and --disable:sploop options from the following line.
ALL_CFLAGS := -q -pdr -pdv -pden -ml3 -mv6400+ --disable:sploop $(CFLAGS)
If I use this example as a base, can I safely remove these options or should I preserve them? If I am to keep them I'd like to know what they do.