compiler-explorer / compiler-explorer/gcc-cross-builder
Support `-single-only` sh targets
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
https://gcc.gnu.org/onlinedocs/gcc-9.2.0/gcc/SH-Options.html
```
-m4-single-only
Generate code for the SH4 with a floating-point unit that only supports single-precision arithmetic.
```
for example
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue points to GCC's SH Options documentation and the `-m4-single-only` target flag; start by locating the repository's build configuration for SH4 variants. Confirm the support path and verify that a generated build accepts the option.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100