diff options
author | Alexey Neyman <stilor@att.net> | 2016-12-14 01:06:10 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-12-19 11:45:24 -0800 |
commit | 5c985041fd7b71d6f9ae0141d8759c0eff1ea1eb (patch) | |
tree | 631a847c1b81baf986437d0e2309a48c8d935b26 /config/global | |
parent | cccb8d84817bca1cf1d33cfdb5932f361437c229 (diff) | |
download | crosstool-ng-5c985041fd7b71d6f9ae0141d8759c0eff1ea1eb.tar.gz crosstool-ng-5c985041fd7b71d6f9ae0141d8759c0eff1ea1eb.tar.bz2 crosstool-ng-5c985041fd7b71d6f9ae0141d8759c0eff1ea1eb.zip |
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')
-rw-r--r-- | config/global/paths.in | 15 |
1 files changed, 1 insertions, 14 deletions
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 |