summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Thomsen <bruno.thomsen@gmail.com>2021-06-19 14:58:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-02 10:09:29 +0200
commit9ec05a3daf85c75ac74930d16eeccc85907692f1 (patch)
tree673b03cf2bf6ab978adf7cb24f4f5c3add6e9356
parentd2e4e0b2d3228df21eb680d35a9581269c953ed5 (diff)
downloadOSELAS.Toolchain-9ec05a3daf85c75ac74930d16eeccc85907692f1.tar.gz
OSELAS.Toolchain-9ec05a3daf85c75ac74930d16eeccc85907692f1.tar.xz
host-system-isl: add fedora package help
Improve help message when failing to find isl development files on a Fedora system (RPM based). Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Message-Id: <20210619125818.374987-2-bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-system-isl.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-system-isl.make b/rules/host-system-isl.make
index 6ff580d..03f9028 100644
--- a/rules/host-system-isl.make
+++ b/rules/host-system-isl.make
@@ -17,7 +17,7 @@ $(STATEDIR)/host-system-isl.prepare:
@echo "Checking for isl ..."
@echo "#include <isl/version.h>" | $(HOSTCC) -x c -c -o /dev/null - 2>/dev/null || \
ptxd_bailout "isl development files not found!" \
- "Please install libisl-dev (debian)"
+ "Please install libisl-dev (debian) or isl-devel (fedora)"
@$(call touch)
# vim: syntax=make