GCC Newspaper
JUNE 15, 2026
Date
/
Architectures
Components
Topics
News & Policy
Other
risc-v

Regenerate RISC-V opt URLs.

Regenerates `riscv.opt.urls` to restore the trailing blank line.

This commit simply regenerates the riscv.opt.urls file to ensure it has the trailing blank line that is automatically added by the regenerate-opt-urls.py script. This is a cosmetic change to keep the checked-in file consistent with the output of the generation script.

In Details

The riscv.opt.urls file contains URLs associated with RISC-V options. The regenerate-opt-urls.py script is used to automatically update this file. This commit ensures that the checked-in version of the file matches the output of the script, including the trailing blank line.

For Context

Compiler options are flags that can be passed to the compiler to control its behavior, such as enabling optimizations or specifying the target architecture. The compiler maintains a list of all the options it recognizes, along with documentation URLs for each. This commit updates a file that lists documentation URLs for the RISC-V architecture. It simply makes sure the file ends with a blank line.

Filed Under: riscvbuild