mk: use -march option with recent Intel processors names
authorReshma Pattan <reshma.pattan@intel.com>
Mon, 10 Oct 2016 21:33:13 +0000 (22:33 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 12 Oct 2016 16:40:47 +0000 (18:40 +0200)
commite2e3997c325da2f699969f09552b65d241f97d30
tree969e126541a25f937dc8cf9e04fde70c3a9599aa
parentb9e18d416d97e6274b8a835304fe5923573b0906
mk: use -march option with recent Intel processors names

The GCC 4.9 -march option supports the intel code names for processors,
for example -march=silvermont, -march=broadwell.
The RTE_MACHINE config flag can be used to pass code name to
the compiler as -march flag.

Release notes is updated.

Linux and FreeBSD getting started guides are updated with recommended
gcc version as 4.9 and above.

Some of the gmake command examples in sample application guide and driver
guides are updated with gcc version as 4.9.

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
doc/guides/freebsd_gsg/build_dpdk.rst
doc/guides/freebsd_gsg/build_sample_apps.rst
doc/guides/linux_gsg/sys_reqs.rst
doc/guides/nics/bnx2x.rst
doc/guides/nics/qede.rst
doc/guides/rel_notes/release_16_11.rst
mk/target/generic/rte.vars.mk