scripts/build/libc/uClibc.sh
branchnewlib
changeset 1365 c4d124ed9f8e
parent 1247 9759fe659b4f
child 1326 56a811a04414
     1.1 --- a/scripts/build/libc/uClibc.sh	Sun Mar 08 17:09:39 2009 +0000
     1.2 +++ b/scripts/build/libc/uClibc.sh	Sun Apr 19 16:17:11 2009 +0000
     1.3 @@ -47,7 +47,7 @@
     1.4      fi
     1.5  
     1.6      CT_DoLog EXTRA "Munging uClibc configuration"
     1.7 -    mungeuClibcConfig "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${CT_STATE_DIR}/uClibc.config"
     1.8 +    mungeuClibcConfig "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${CT_CONFIG_DIR}/uClibc.config"
     1.9  
    1.10      CT_EndStep
    1.11  }
    1.12 @@ -64,7 +64,7 @@
    1.13      { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf -
    1.14  
    1.15      # Retrieve the config file
    1.16 -    cp "${CT_STATE_DIR}/uClibc.config" .config
    1.17 +    cp "${CT_CONFIG_DIR}/uClibc.config" .config
    1.18  
    1.19      # uClibc uses the CROSS environment variable as a prefix to the
    1.20      # compiler tools to use.  Setting it to the empty string forces
    1.21 @@ -99,7 +99,7 @@
    1.22      { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf -
    1.23  
    1.24      # Retrieve the config file
    1.25 -    cp "${CT_STATE_DIR}/uClibc.config" .config
    1.26 +    cp "${CT_CONFIG_DIR}/uClibc.config" .config
    1.27  
    1.28      # uClibc uses the CROSS environment variable as a prefix to the compiler
    1.29      # tools to use.  The newly built tools should be in our path, so we need