Hi Felix,
Thank you for the hint!
It seems that the following patch is incomplete (missing rename of
align_loop_flag):
https://github.com/edward6/reiser4progs/commit/2b74e05bdde4f84a224bc235814d1fc51793a2c8
I'll prepare a new release basing on your fixup.
Edward.
On 11/27/2017 04:27 PM, Felix Zielcke wrote:
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