libstdc++47: Rework to prevent regeneration during installThe installincludes target regenerated files such as c++config.h duringthe install phase. It may be a minor bug as "bits/c++config.h:" wo
libstdc++47: Rework to prevent regeneration during installThe installincludes target regenerated files such as c++config.h duringthe install phase. It may be a minor bug as "bits/c++config.h:" wouldtrigger it but "c++config.h:" without the subdirectory wouldn't. In anycase, generating it and two other headers to the local working bitsdirectory wasn't necessary as installincludes target installs them in anaccessible location. Reworking the makefiles prevents a write operationduring installworld.Reported-by: dillon
show more ...
libstdc++47: fix wrong vec.o inclusionThe vec.cc file never got compiled for libstdc++. The gcc/vec.c objectfile was getting included into the library instead. This changeeffectively renames ve
libstdc++47: fix wrong vec.o inclusionThe vec.cc file never got compiled for libstdc++. The gcc/vec.c objectfile was getting included into the library instead. This changeeffectively renames vec.cc to avoid name clashes.This also allows gcc47 to completely build world.
gcc47: Add DragonFly READMEs and world makefiles