summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-07-12 12:44:35 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-07-12 12:44:35 +0000
commit07f9c1062531fe6aa40bb9e3393297b5fb0d308c (patch)
treed2357ca0bfcde177fe8e7affbd21e012e2b70ed5
parent742b6312783b52b94561418e5b20e6e6eaab1916 (diff)
downloadgcc-49-07f9c1062531fe6aa40bb9e3393297b5fb0d308c.tar.gz
- don't configure sparc64/32 --with-cpu-32
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.9@7502 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r--debian/patches/sparc-force-cpu.diff2
-rw-r--r--debian/rules24
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/patches/sparc-force-cpu.diff b/debian/patches/sparc-force-cpu.diff
index 850120e..b8916f1 100644
--- a/debian/patches/sparc-force-cpu.diff
+++ b/debian/patches/sparc-force-cpu.diff
@@ -15,7 +15,7 @@ Index: b/src/gcc/config.gcc
+ val=ultrasparc
+ fi
+ ;;
-+ sparc64-*-linux*)
++ DISABLEDsparc64-*-linux*)
+ if test "$option" = cpu_32; then
+ val=ultrasparc
+ fi
diff --git a/debian/rules2 b/debian/rules2
index aeb674a..4b20f99 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -470,7 +470,9 @@ endif
ifneq (,$(findstring sparc64-linux,$(DEB_TARGET_GNU_TYPE)))
ifeq ($(biarch32),yes)
- CONFARGS += --enable-targets=all --with-cpu-32=ultrasparc
+ CONFARGS += --enable-targets=all
+ # this doesn't work
+ #CONFARGS += --with-cpu-32=ultrasparc
endif
endif