We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db028d commit ba2ad81Copy full SHA for ba2ad81
libs/libxx/uClibc++/CMakeLists.txt
@@ -31,7 +31,7 @@ if(CONFIG_UCLIBCXX)
31
uClibc++
32
DOWNLOAD_NAME "uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
33
DOWNLOAD_DIR ${CMAKE_CURRENT_LIST_DIR}
34
- URL "https://git.busybox.net/uClibc++/snapshot/uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
+ URL "https://cxx.uclibc.org/src/uClibc++-${UCLIBCXX_VERSION}.tar.bz2"
35
SOURCE_DIR
36
${CMAKE_CURRENT_LIST_DIR}/uClibc++
37
BINARY_DIR
0 commit comments