summaryrefslogtreecommitdiff
path: root/kconfig/toolchain.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/toolchain.kconfig')
-rw-r--r--kconfig/toolchain.kconfig13
1 files changed, 9 insertions, 4 deletions
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index fca89cf..06540e1 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -61,14 +61,19 @@ menu "Binutils"
source "kconfig/binutils.kconfig"
endmenu
-menu "MPFR"
-source "kconfig/mpfrhost.kconfig"
+menu "Linux kernel headers"
+source "kconfig/linux.kconfig"
endmenu
menu "GMP"
source "kconfig/gmphost.kconfig"
endmenu
-menu "Linux kernel headers"
-source "kconfig/linux.kconfig"
+menu "MPFR"
+source "kconfig/mpfrhost.kconfig"
endmenu
+
+menu "MPC"
+source "kconfig/mpchost.kconfig"
+endmenu
+