Cleaner way to add gcc options
authorH. Peter Anvin <hpa@zytor.com>
Sun, 15 Apr 2007 22:45:25 +0000 (22:45 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 15 Apr 2007 22:45:25 +0000 (22:45 +0000)
commit1ed0387476138f83ba173d161a54b779353d11aa
tree400c94f942c8ee12d59aefa1ed1243883f8ce550
parent3faf938f79c0ded2d72483a149956eba8169b2d2
Cleaner way to add gcc options

We can actually test for the options being accepted, rather than try
to test for gcc; this handles differences between gcc versions as well
as compilers with a similar command line set.
aclocal.m4 [new file with mode: 0644]
configure.in