diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-28 16:52:50 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-28 16:52:50 +0000 |
commit | 3b198c443962e1ea85f04d4ee5ac165feb4ad840 (patch) | |
tree | a14b51ebc8c612fae4e1e47e72297cb095a0515f /debian/rules.defs | |
parent | 8a03db15254ce01d888d45d7e4b74038b32744c6 (diff) | |
download | gcc-5-3b198c443962e1ea85f04d4ee5ac165feb4ad840.tar.gz |
* Fix gnat build dependencies.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7926 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r-- | debian/rules.defs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index fdaeb26..e240197 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -539,6 +539,11 @@ endif ifndef DEB_STAGE # Ada -------------------- ada_no_cpus := m32r sh3 sh3eb sh4 sh4eb +# no Debian builds ... some of these should exist +ada_no_cpus += powerpcspe sparc64 x32 +ifneq (,$(filter $(distrelease),trusty)) + ada_no_cpus += arm64 +endif ada_no_systems := ada_no_cross := yes ada_no_snap := no @@ -1332,7 +1337,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), hppa mips)) with_check := disabled for $(DEB_HOST_ARCH), testsuite timeouts with expect endif endif -#with_check := disabled for this upload +with_check := disabled for this upload # not a dependency on all archs, but if available, use it for the testsuite ifneq (,$(wildcard /usr/bin/localedef)) |