public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/110085] New: make clean inside the gcc directory when configured with m2 language and for sh-elf messes up
@ 2023-06-02  6:54 pinskia at gcc dot gnu.org
  2023-06-05  4:15 ` [Bug bootstrap/110085] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-02  6:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110085

            Bug ID: 110085
           Summary: make clean inside the gcc directory when configured
                    with m2 language and for sh-elf messes up
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

make clean does:
# Delete files used by the "multilib" facility (including libgcc subdirs).
        -rm -f multilib.h tmpmultilib*
        -if [ "x$(MULTILIB_DIRNAMES)" != x ] ; then \
          rm -rf $(MULTILIB_DIRNAMES); \
        else if [ "x$(MULTILIB_OPTIONS)" != x ] ; then \
          rm -rf `echo $(MULTILIB_OPTIONS) | sed -e 's/\// /g'`; \
        fi ; fi


and one of the MULTILIB_DIRNAMES for sh-elf is m2 but m2 is also the name of
the language.

I think that part of the gcc/Makefile.in can be removed now (since libgcc is
not built inside the gcc directory for years now) but I am not 100% sure.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-06 21:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02  6:54 [Bug bootstrap/110085] New: make clean inside the gcc directory when configured with m2 language and for sh-elf messes up pinskia at gcc dot gnu.org
2023-06-05  4:15 ` [Bug bootstrap/110085] " pinskia at gcc dot gnu.org
2023-06-05  4:42 ` pinskia at gcc dot gnu.org
2023-06-05  5:42 ` cvs-commit at gcc dot gnu.org
2023-06-05  5:44 ` pinskia at gcc dot gnu.org
2023-06-06 21:33 ` cvs-commit at gcc dot gnu.org
2023-06-06 21:34 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).