diff options
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 |