summaryrefslogtreecommitdiffstats
path: root/rules/host-system-gmp.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-08-24 11:05:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-08-27 11:45:22 +0200
commitf3fb088f7981c7bcac78c8a29f17bf2ea68699f7 (patch)
tree3eced4b826f69c4bd88bbabe1b2eccbfb3a73097 /rules/host-system-gmp.in
parent6fab7387e67cc75ad30453a13f76024d7e442ecd (diff)
downloadOSELAS.Toolchain-f3fb088f7981c7bcac78c8a29f17bf2ea68699f7.tar.gz
OSELAS.Toolchain-f3fb088f7981c7bcac78c8a29f17bf2ea68699f7.tar.xz
replace host-gmp with host-system-gmp
This is a first step to make gcc plugins possible. The header files for plugins include the headers for several of host libraries that are currently statically compiled. Use the system versions of those libraries. This way the user can install the corresponding devel packages. Then gcc plugins can be built. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-system-gmp.in')
-rw-r--r--rules/host-system-gmp.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/host-system-gmp.in b/rules/host-system-gmp.in
new file mode 100644
index 0000000..8ee8011
--- /dev/null
+++ b/rules/host-system-gmp.in
@@ -0,0 +1,4 @@
+## SECTION=hosttools_noprompt
+
+config HOST_SYSTEM_GMP
+ tristate