https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976
--- Comment #10 from Peter Dyballa <Peter_Dyballa at web dot de> --- One thing is obvious: only those symlinks are created that stand last in the Makefile macro: 361 # Create links to files specified in config.host. 362 LIBGCC_LINKS = enable-execute-stack.c \ 363 unwind.h md-unwind-def.h md-unwind-support.h \ 364 sfp-machine.h gthr-default.h ln -s /opt/local/var/macports/build/gcc15-678e8911/work/gcc-15.2.0/libgcc/gthr-posix.h gthr-default.h ln -s /opt/local/var/macports/build/gcc15-678e8911/work/gcc-15.2.0/libgcc/config/no-unwind.h md-unwind-support.h ln -s /opt/local/var/macports/build/gcc15-678e8911/work/gcc-15.2.0/libgcc/unwind-generic.h unwind.h A bug in make and gmake? Anyway, my next plans are to patch Makefile.in to make the three lines become six and also, maybe best for the first try, to become only one line. And also report this as possible gmake bug…
