summaryrefslogtreecommitdiff
path: root/debian/rules2
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-07-23 12:20:43 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-07-23 12:20:43 +0000
commitcb40fdce6295b3bc01f27c40ce15b3a487111f15 (patch)
tree8e0f8a177576c0c99fcb97cbc148fdd5ddf7b475 /debian/rules2
parent4dc273686d5609d787a9e35221f90ea310f722bb (diff)
downloadgcc-5-cb40fdce6295b3bc01f27c40ce15b3a487111f15.tar.gz
* Remove the work around to build with -O1 on sh4.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8169 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules2')
-rw-r--r--debian/rules26
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules2 b/debian/rules2
index 8576111..753c76e 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -149,12 +149,6 @@ ifeq ($(DEB_TARGET_ARCH),alpha)
LDFLAGS += -Wl,--no-relax
endif
-ifneq (,$(filter $(DEB_TARGET_ARCH), sh4))
- STAGE1_CFLAGS = -g -O1
- BOOT_CFLAGS = -g -O1
- CFLAGS_FOR_TARGET = -g -O1
-endif
-
ifneq (,$(findstring static,$(DEB_BUILD_OPTIONS)))
LDFLAGS += -static
endif