From 712f0c9919a43cac22ef0bfa8f0cb07f24e810db Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 29 Mar 2010 20:15:25 +0200 Subject: config: move backend-related options to their own file --- config/global/ct-behave.in | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'config/global') diff --git a/config/global/ct-behave.in b/config/global/ct-behave.in index 45da2b8d..4c763c38 100644 --- a/config/global/ct-behave.in +++ b/config/global/ct-behave.in @@ -2,31 +2,6 @@ comment "crosstool-NG behavior" -config IS_A_BACKEND - string - option env="CT_IS_A_BACKEND" - -config BACKEND - bool - default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y" - default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y" - -config BACKEND_ARCH - string - option env="CT_BACKEND_ARCH" - -if BACKEND && BACKEND_ARCH = "" -comment "ERROR !!! Backend architecture is NOT set !" -endif - -config BACKEND_KERNEL - string - option env="CT_BACKEND_KERNEL" - -if BACKEND && BACKEND_KERNEL = "" -comment "ERROR !!! Backend kernel is NOT set !" -endif - config OBSOLETE bool prompt "Use obsolete features" -- cgit v1.2.3