summaryrefslogtreecommitdiffstats
path: root/patches/pure-ftpd-1.0.21/generic/configure_remove-fssa.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/pure-ftpd-1.0.21/generic/configure_remove-fssa.diff')
-rw-r--r--patches/pure-ftpd-1.0.21/generic/configure_remove-fssa.diff25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/pure-ftpd-1.0.21/generic/configure_remove-fssa.diff b/patches/pure-ftpd-1.0.21/generic/configure_remove-fssa.diff
deleted file mode 100644
index 03990eff0..000000000
--- a/patches/pure-ftpd-1.0.21/generic/configure_remove-fssa.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# 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;