summaryrefslogtreecommitdiff
path: root/config/global/paths.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-14 09:06:10 (GMT)
committerAlexey Neyman <stilor@att.net>2016-12-19 19:45:24 (GMT)
commit5c985041fd7b71d6f9ae0141d8759c0eff1ea1eb (patch)
tree631a847c1b81baf986437d0e2309a48c8d935b26 /config/global/paths.in
parentcccb8d84817bca1cf1d33cfdb5932f361437c229 (diff)
Kill CT_INSTALL_DIR.
We now use CT_PREFIX and expect the resulting toolchain to be relocatable. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/global/paths.in')
-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