https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125449
--- Comment #4 from Hemanth Kumar M D <Hemanth.KumarMD at windriver dot com> ---
Thank you for the clarification. Our question is about consistency.
libgcc and libatomic construct gcc_objdir differently:
libgcc:
gcc_objdir = $(MULTIBUILDTOP)../../$(host_subdir)/gcc
libatomic:
gcc_objdir = `pwd`/$(MULTIBUILDTOP)../../gcc/
Would it not be cleaner to align libatomic with libgcc to maintain uniformity?
