Hello,
this is my first time submitting something to GNU software, as I am only knowledgeable about the GitHub/GitLab PR/MR workflow. Please guide me a bit here.
I have noticed that GCC supports using the '_single', '_single_only' and '_nofpu' suffixes in the SH CPU part to configure the target but that such tuples will get rejected by config.sub. Once added, these begin to work as expected. An example for that can be viewed here: Add the FPU options for SuperH by QBos07 · Pull Request #2329 · crosstool-ng/crosstool-ng <https://github.com/crosstool-ng/crosstool-ng/pull/2329/files#diff-6a4b17bfd059d79efb98ce6fe87d87bd5fafe37e9f8dfe97107ce84b4a01a415>. I am willing to update these changed to the newest version and give test cases.
Kind Regards Quentin Boswank