main/busybox: disable CONFIG_STATIC_LIBGCC for non-static builds
Previously, busybox linked statically against libgcc unconditionally with release 1.33.0 this become configurable [1]. Linking dynamically against libgcc should result in a size decrease.