]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Add minimal C++ support
authorEvgeny Karpov <evgeny.karpov@microsoft.com>
Wed, 14 Aug 2024 06:34:30 +0000 (08:34 +0200)
committerEvgeny Karpov <eukarpov@gmail.com>
Tue, 19 Nov 2024 13:27:33 +0000 (14:27 +0100)
commite39e523c84436308eb25fdcf40c605880e817067
tree7107a395d3af1204716d9e4fe1b95b6dfb4701fe
parent9da72a62eca3e4226480110e660357ec687ee2dd
aarch64: Add minimal C++ support

The patch resolves compilation issues for the C++ language. Previous
patch series contributed to C++ as well, however, C++ could not be
tested until we got a C++ compiler and could build at least a "Hello
World" C++ program, and in reality, more than that.

Another issue has been fixed in the libstdc++ patch.
https://gcc.gnu.org/pipermail/libstdc++/2024-September/059472.html

gcc/ChangeLog:

* config.gcc: Add missing dependencies.
gcc/config.gcc