]> git.ipfire.org Git - thirdparty/suricata.git/commit
Check for compiler for -march=native support 653/head 703/head
authorKen Steele <ken@tilera.com>
Fri, 22 Nov 2013 17:54:32 +0000 (12:54 -0500)
committerKen Steele <ken@tilera.com>
Tue, 10 Dec 2013 17:30:33 +0000 (12:30 -0500)
commit3d81e50ab3d715a5e347fcdbd3b16272cff1f2bd
tree816963fa840e7b2ff858c735874616cc761b8ade
parent4fdd1a7a7168225d2d70b437b741ff3d2d93bca4
Check for compiler for -march=native support

Check all compilers to see if they support the -march=native flags, rather
than assuming gcc 4.2 or later does. Tile GCC doesn't currently support it,
so not checking break Tile compiles.
configure.ac