@Lars - could you let me know what you were trying to compile so I can test?
Edit: I removed several symlinks in base-dev that duplicated symlinks in the base.
whereas previously, compiling parted-2.1 with tc-2.7/tc-2.8rc* gave errors that the following could not be found:
/lib/libdl.a
/lib/libdl.so
..with the modified base-dev, parted compiles without errors (even though libdl.a and libdl.so are both in /usr/lib and not in /lib)
NB: for the record, libc was compiled with "--enable-omitfp" (build undebuggable optimized library)