summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-19 19:58:39 (GMT)
committerGitHub <noreply@github.com>2016-12-19 19:58:39 (GMT)
commita2d49174dffdb9e33aa6cb53da16d84824fd4ed6 (patch)
tree3504dd9e0cd2010f82cf1bcdb379ba12ab14537a /config
parent221461b22f75b7c9f52c033f09ee468375fd898a (diff)
parent5c985041fd7b71d6f9ae0141d8759c0eff1ea1eb (diff)
Merge pull request #512 from stilor/kill-install-dir
Kill CT_INSTALL_DIR.
Diffstat (limited to 'config')
-rw-r--r--config/global/paths.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/config/global/paths.in b/config/global/paths.in
index bdad57f..8ebe47f 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