I'm compiling a toolchain and rootfs with buildroot.
If I run make menuconfig
, I can select uClibc-ng in Toolchain/C library.
That's fine, but now it compiles uclibc-1.0.32.
Unfortunately my target system has some internal programs which were originally linked to uclibc-1.0.26.
How can I instruct buildroot to compile a specific version of uclibc library?
I can run make uclibc-menuconfig
, but it can only configure the current (1.0.32) version.