diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2012-12-09 08:06:52 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2012-12-09 08:06:52 +0000 |
commit | c32c7a8477323c8a33216993f35fc443881f0bb7 (patch) | |
tree | 31de14ef40fb3424a88d1938ae8fbcf125333bf9 /debian/rules.defs | |
parent | 3bd13949194a994ec3b0178163c74b2466274fb2 (diff) | |
download | gcc-47-c32c7a8477323c8a33216993f35fc443881f0bb7.tar.gz |
* Drop the g++-multilib build dependency, use the built compiler to
check which multilib variants can be run.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6391 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r-- | debian/rules.defs | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index 3d9aaf4..31f28fb 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1344,51 +1344,6 @@ biarchsubdirs := \ $(if $(filter yes,$(biarchsf)),$(biarchsfsubdir),) biarchsubdirs := {$(strip $(shell echo $(biarchsubdirs) | tr " " ","))} -DEJAGNU_RUNS = -ifneq ($(trunk_build),yes) -ifeq ($(with_ssp),yes) - ifneq ($(single_package),yes) - DEJAGNU_RUNS += $(if $(filter yes,$(with_ssp_default)),-fno-stack-protector,-fstack-protector) - endif - # FIXME Ubuntu armel buildd hangs - ifneq (,$(findstring arm, $(DEB_TARGET_GNU_CPU))) - DEJAGNU_RUNS = - endif - ifeq ($(distribution),Ubuntu) - # the buildds are just slow ... don't check the non-default - ifneq (,$(findstring $(DEB_TARGET_GNU_CPU),ia64 powerpc sparc)) - DEJAGNU_RUNS = - endif - endif -endif -endif - -ifeq ($(distribution),Ubuntu) - ifneq (,$(findstring arm, $(DEB_TARGET_GNU_CPU))) - ifeq ($(with_arm_thumb),yes) - #DEJAGNU_RUNS += -marm - else - DEJAGNU_RUNS += -mthumb - endif - endif -endif - -abi_run_check = $(strip $(if $(wildcard build/runcheck$(1).out), \ - $(shell cat build/runcheck$(1).out), \ - $(shell CC="gcc $(1)" bash debian/runcheck.sh))) -ifeq ($(biarch32),yes) - DEJAGNU_RUNS += $(call abi_run_check,-m32) -endif -ifeq ($(biarch64),yes) - DEJAGNU_RUNS += $(call abi_run_check,$(if $(filter $(DEB_TARGET_ARCH_CPU),mips mipsel),-mabi=64,-m64)) -endif -ifeq ($(biarchn32),yes) - DEJAGNU_RUNS += $(call abi_run_check,-mabi=n32) -endif -ifeq ($(biarchx32),yes) - DEJAGNU_RUNS += $(call abi_run_check,-mx32) -endif - # GNU locales force_gnu_locales := yes locale_no_cpus := |