aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@marvell.com>2023-06-05 04:32:00 +0000
committerAndrew Pinski <apinski@marvell.com>2023-06-05 05:41:24 +0000
commitafd87299cefd021daf0158d5b6276c37013996b9 (patch)
tree85a2db45a4626b359a1c7c15f5fea63ea60f4dc5 /libgcc
parent83c3550ee96aa2d0c964bfb6d0f82428561479fd (diff)
downloadgcc-afd87299cefd021daf0158d5b6276c37013996b9.zip
gcc-afd87299cefd021daf0158d5b6276c37013996b9.tar.gz
gcc-afd87299cefd021daf0158d5b6276c37013996b9.tar.bz2
Fix PR 110085: `make clean` in GCC directory on sh target causes a failure
On sh target, there is a MULTILIB_DIRNAMES (or is it MULTILIB_OPTIONS) named m2, this conflicts with the langauge m2. So when you do a `make clean`, it will remove the m2 directory and then a build will fail. Now since r0-78222-gfa9585134f6f58, the multilib directories are no longer created in the gcc directory as libgcc was moved to the toplevel. So we can remove the part of clean that removes those directories. Tested on x86_64-linux-gnu and a cross to sh-elf that `make clean` followed by `make` works again. OK? gcc/ChangeLog: PR bootstrap/110085 * Makefile.in (clean): Remove the removing of MULTILIB_DIR/MULTILIB_OPTIONS directories.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions