File: falign_fix.patch

package info (click to toggle)
reiser4progs 1.2.0-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,864 kB
  • sloc: ansic: 34,325; sh: 4,251; makefile: 983
file content (11 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- 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