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