129
134
AM_CPPFLAGS = $(if $(filter yes,$(with_neon)),-mfpu=neon)
130
135
AM_CFLAGS = -std=gnu99 -Wall $(AM_CPPFLAGS)
132
142
add_on_dist = add-on-dist
133
143
add_on_dest = $(add_on_dist)/$(PACKAGE)/sysdeps/arm/eabi/arm/$(submachine)
134
144
add_on_dirs = thumb-2 $(submachine) $(if $(filter yes,$(with_neon)),neon)