diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 17:14:03 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 17:14:03 +0200 |
commit | 5bd5b5d687c33f1faf459c84d19f9ef49c64aa26 (patch) | |
tree | 5756fc8c963f107a68a32dfb8135bb685339e742 /samples/x86_64-unknown-linux-uclibc | |
parent | 028b9d1c98e2c96745f5c2ae5089076a17b96667 (diff) | |
download | crosstool-ng-5bd5b5d687c33f1faf459c84d19f9ef49c64aa26.tar.gz crosstool-ng-5bd5b5d687c33f1faf459c84d19f9ef49c64aa26.tar.bz2 crosstool-ng-5bd5b5d687c33f1faf459c84d19f9ef49c64aa26.zip |
samples: fix uClibc config file location
Diffstat (limited to 'samples/x86_64-unknown-linux-uclibc')
-rw-r--r-- | samples/x86_64-unknown-linux-uclibc/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config index b70cef4c..5be266ce 100644 --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config @@ -320,7 +320,7 @@ CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y # CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set CT_LIBC_UCLIBC_DEBUG_LEVEL=0 CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y -CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/${samp_dir}/${CT_LIBC}-${CT_LIBC_VERSION}.config" +CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" # CT_LIBC_UCLIBC_LOCALES is not set # |