From 5c985041fd7b71d6f9ae0141d8759c0eff1ea1eb Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 14 Dec 2016 01:06:10 -0800 Subject: Kill CT_INSTALL_DIR. We now use CT_PREFIX and expect the resulting toolchain to be relocatable. Signed-off-by: Alexey Neyman --- config/global/paths.in | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'config/global') diff --git a/config/global/paths.in b/config/global/paths.in index bdad57f3..8ebe47f5 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -47,19 +47,6 @@ config PREFIX_DIR help This is the path the toolchain will run from. -config INSTALL_DIR - string -# prompt "Install directory" - default "${CT_PREFIX_DIR}" -# help -# This is the path the toolchain will be installed into. -# -# Normally, you would set this to ${CT_PREFIX_DIR}, but if for some reasons -# you can't write there, you can install somewhere else and have a third -# person do the install for you. -# The reason you might also want to install elsewhere is if you are going -# to package your shinny new toolchain for distribution. - config RM_RF_PREFIX_DIR bool prompt "| Remove the prefix dir prior to building" @@ -98,7 +85,7 @@ config BUILD_MANUALS Build the PDF and HTML manuals for the main components such as binutils, GCC, GDB, and the C library. -config INSTALL_DIR_RO +config PREFIX_DIR_RO bool prompt "Render the toolchain read-only" default y -- cgit v1.2.3