Am Montag, den 27.11.2017, 14:46 +0100 schrieb Edward Shishkin: > Hi Felix, > > Thank you for the report, I'll try to find out, what is wrong. > > Edward. > Hi Edward, I got now a hint on the Debian bugtracker The problem seems to be the variable used in the configure.ac check for falign-loops This patch seems to fix it: --- a/configure.ac +++ b/configure.ac @@ -408,7 +408,7 @@ fi # Force no alignment to save space. -if test "x$falign_loop_flag" = xyes; then +if test "x$falign_loop_flag_cv_" = xyes; then ALIGN_FLAGS="-falign-jumps=1 -falign-loops=1 -falign-functions=1 \ -falign-labels=1 -fno-inline -fstrength-reduce" else Regards Felix -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html