mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-12 20:38:17 +00:00
Moved uClibc configuration installation to uClibc.sh
Signed-off-by: Dima Krasner <dima@dimakrasner.com>
This commit is contained in:
@ -2453,3 +2453,14 @@ CT_InstallCopyingInformation()
|
||||
|
||||
shopt -u nullglob
|
||||
}
|
||||
|
||||
CT_InstallConfigurationFile()
|
||||
{
|
||||
local path="${1}"
|
||||
local suffix="${2}"
|
||||
|
||||
CT_DoExecLog ALL mkdir -p "${CT_PREFIX_DIR}/bin"
|
||||
CT_DoExecLog DEBUG ${install} -m 0755 "${CT_LIB_DIR}/scripts/toolchain-config.in" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-$suffix.config"
|
||||
CT_DoExecLog DEBUG ${sed} -i -e 's,@@grep@@,"'"${grep}"'",;' "${CT_PREFIX_DIR}/bin/${CT_TARGET}-$suffix.config"
|
||||
bzip2 -c -9 "$1" >>"${CT_PREFIX_DIR}/bin/${CT_TARGET}-$suffix.config"
|
||||
}
|
||||
|
Reference in New Issue
Block a user