From 3fcf803029a1368f83c0f2023d0190408253496b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 20 Sep 2015 15:49:21 +0300 Subject: No gnat on Dyson --- debian/rules.defs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/rules.defs') diff --git a/debian/rules.defs b/debian/rules.defs index cb2ce42..ed0493a 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -560,7 +560,12 @@ ada_no_cpus += x32 # see https://gcc.gnu.org/PR61954 ifneq (,$(filter $(distrelease),trusty)) ada_no_cpus += arm64 endif -ada_no_systems := +# FUCKED UP: +# this disables build dependnecies for illumos-amd64, +# but this is used to be GNU triplet. +# Thank you. Fuck you. +ada_no_systems := illumos-amd64 + ada_no_cross := no ada_no_snap := no ifeq ($(single_package),yes) @@ -599,6 +604,9 @@ endif ifneq (,$(filter $(distrelease),lucid)) with_ada := endif +ifeq ($(DEB_BUILD_ARCH),illumos-amd64) + with_ada := no gnat on Dyson yet +endif with_ada := $(call envfilt, ada, , , $(with_ada)) -- cgit v1.2.3