Re: Reiser4 for Linux-4.14, Reiser4progs-1.2.0, Libaal-1.0.7, Format 4.0.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux