* configure.ac: Check that -malign-loops works rather than assuming that

either -falign-loops or -malign-loops work.
This commit is contained in:
Vladimir Serbinenko 2013-11-07 03:25:30 +01:00
parent bb0c57ecd2
commit c966a489cf
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Check that -malign-loops works rather than assuming that
either -falign-loops or -malign-loops work.
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Remove -fnested-functions. We don't need it anymore.