summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <vorlon@alioth.debian.org>2008-03-08 23:36:59 +0000
committervorlon <vorlon@alioth.debian.org>2008-03-08 23:36:59 +0000
commite770eddc0febb428a193f254127b8f3d64fed55b (patch)
tree52dd9a0d8648ea5188d6aac17f8f5688e15717b8
parentcd076406cad54b6dbf430e794cd221806db3fd2a (diff)
downloadsamba-e770eddc0febb428a193f254127b8f3d64fed55b.tar.gz
* Drop the arm optimization workaround, as the compiler is now reported
to be fixed. git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba/debian@1739 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r--changelog3
-rwxr-xr-xrules6
2 files changed, 2 insertions, 7 deletions
diff --git a/changelog b/changelog
index d8923f348f..961e6a2203 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,7 @@
samba (3.0.28-3) UNRELEASED; urgency=low
- * Apply the arm workaround to the armel architecture as well.
+ * Drop the arm optimization workaround, as the compiler is now reported
+ to be fixed.
* Add missing eventlogadm(8) manpage.
* Refresh the list of Linux architectures from type-handling, to pick up
libacl-dev on armel. Closes: #465121.
diff --git a/rules b/rules
index 45831eaee7..3978f5f27e 100755
--- a/rules
+++ b/rules
@@ -23,12 +23,6 @@ else
CFLAGS += -O2
endif
-ifneq (,$(findstring $(DEB_HOST_GNU_TYPE),arm-linux-gnu arm-linux-gnueabi))
- PARSE_PRS_FLAGS = -O0
-endif
-
-export PARSE_PRS_FLAGS
-
include /usr/share/quilt/quilt.make
DESTDIR=`pwd`/debian/tmp