diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-18 10:31:28 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-18 10:31:28 -0700 |
commit | 3182001a272960e6a23ea53c7fade57eb41f7dd7 (patch) | |
tree | 49c1e5b9f93569f383f9a8659202a52bf02cf1bf /scripts/saveSample.sh.in | |
parent | bd11c0e91189208db07a9851708091fb951f823f (diff) | |
download | crosstool-ng-3182001a272960e6a23ea53c7fade57eb41f7dd7.tar.gz crosstool-ng-3182001a272960e6a23ea53c7fade57eb41f7dd7.tar.bz2 crosstool-ng-3182001a272960e6a23ea53c7fade57eb41f7dd7.zip |
Pin sparc-leon to GCC6, again
Also, change the name for uClibc config to be version-agnostic,
the version changes too fast.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/saveSample.sh.in')
-rw-r--r-- | scripts/saveSample.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/saveSample.sh.in b/scripts/saveSample.sh.in index 2c666dba..5fab6d9c 100644 --- a/scripts/saveSample.sh.in +++ b/scripts/saveSample.sh.in @@ -72,8 +72,8 @@ fi # Save the uClibc .config file if [ -n "${CT_LIBC_UCLIBC_CONFIG_FILE}" ]; then # We save the file, and then point the saved sample to this file - CT_DoAddFileToSample "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${samp_dir}/${CT_LIBC}-${CT_UCLIBC_NG_VERSION}.config" - "${sed}" -r -i -e 's|^(CT_LIBC_UCLIBC_CONFIG_FILE)=.+$|\1="'"${samp_top_dir}"'/samples/${CT_TARGET}/${CT_LIBC}-${CT_UCLIBC_NG_VERSION}.config"|;' \ + CT_DoAddFileToSample "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${samp_dir}/${CT_LIBC}.config" + "${sed}" -r -i -e 's|^(CT_LIBC_UCLIBC_CONFIG_FILE)=.+$|\1="'"${samp_top_dir}"'/samples/${CT_TARGET}/${CT_LIBC}.config"|;' \ .defconfig else # remove any dangling files |