~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Michael Hope
  • Date: 2011-08-30 04:16:04 UTC
  • Revision ID: michael.hope@linaro.org-20110830041604-m9m8nv33hum3cazr
Bump the version number to show that its from bzr.  Change the default CPU to the A9.  Tune for the given CPU.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
dhry_native_CFLAGS = $(dhry_CFLAGS)
142
142
 
143
143
AM_CPPFLAGS = $(neon_cppflags)
144
 
AM_CFLAGS = -std=gnu99 -Wall $(AM_CPPFLAGS)
 
144
AM_CFLAGS = -std=gnu99 -Wall -mtune=$(submachine) $(AM_CPPFLAGS)
145
145
 
146
146
EXTRA_DIST = \
147
147
        tests/hp-timing.h \