summaryrefslogtreecommitdiffstats
path: root/patches/pure-ftpd-1.0.20/generic/configure_ac_remove-fssa.diff
blob: 016809940ffe81b049efc9b6238dc1035ad21496 (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.20/configure.ac
===================================================================
--- pure-ftpd-1.0.20.orig/configure.ac
+++ pure-ftpd-1.0.20/configure.ac
@@ -349,7 +349,7 @@ AC_ARG_WITH(minimal,
     AC_DEFINE(WITHOUT_ASCII)    
     AC_DEFINE(NO_BANNER)
     AC_DEFINE(BORING_MODE)
-    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 ])