From e630e19e4ce867f71e77c21db608c0b1c9be2e17 Mon Sep 17 00:00:00 2001 From: doko Date: Fri, 22 May 2015 16:21:02 +0000 Subject: * Various fixes to build a gnat cross compiler: - Fix dependencies of packages. - Fix building libgnatprj and libgnatvsn (still needed to figure out if these are target or host libraries). * Fix building cross compilers with dpkg 1.18. git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8060 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca --- debian/rules.defs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules.defs') diff --git a/debian/rules.defs b/debian/rules.defs index 64476ee..0dcc16f 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -564,7 +564,7 @@ ifneq (,$(filter $(distrelease),trusty)) ada_no_cpus += arm64 endif ada_no_systems := -ada_no_cross := yes +ada_no_cross := ada_no_snap := no ifeq ($(single_package),yes) ada_no_cpus += m68k powerpcspe sh4 sparc64 @@ -1234,6 +1234,7 @@ else #ifneq ($(DEB_CROSS),yes) with_libssp := $(if $(wildcard $(builddir)/gcc/auto-host.h),$(shell if grep -qs '^\#define TARGET_LIBC_PROVIDES_SSP 1' $(builddir)/gcc/auto-host.h; then echo 'libc provides ssp'; else echo 'yes'; fi)) #endif + with_libssp := libc provides ssp endif # libgomp ----------------- -- cgit v1.2.3