summaryrefslogtreecommitdiffstats
path: root/patches/pure-ftpd-1.0.21/generic/configure_remove-fssa.diff
blob: 03990eff03de7dd77c684c899c0a646f257dc044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Submitted:
#
# Sascha Hauer <s.hauer@pengutronix.de>, 2005-08-31
#
# This patch sets some defaults for cross compiling and
# removes the -fssa switch from CFLAGS, because man gcc says
# that this option is not ready for production use and it
# produces internal compiler errrors here
#
# unknown
# 
Index: pure-ftpd-1.0.21/configure
===================================================================
--- pure-ftpd-1.0.21.orig/configure
+++ pure-ftpd-1.0.21/configure
@@ -12803,7 +12803,7 @@ _ACEOF
 #define BORING_MODE 1
 _ACEOF
 
-    CFLAGS="$CFLAGS -Os -ftracer -fomit-frame-pointer -fssa -fgcse -falign-functions=2 -falign-jumps=2 -fno-unroll-loops "
+    CFLAGS="$CFLAGS -Os -ftracer -fomit-frame-pointer -fgcse -falign-functions=2 -falign-jumps=2 -fno-unroll-loops "
     LDFLAGS="$LDFLAGS -s "
   fi
 fi;