diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:01:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:01:22 +0000 |
commit | b82afb68645b835f0b75b5e21e93203713f4af01 (patch) | |
tree | 0d1ab6b570a647748f76fce48321b2f433918553 /README | |
parent | 991168ed4b2aecf37be8425f5b49641ae15be61e (diff) |
automatic import of gcc-toolset-14openeuler24.03_LTSopeneuler23.09
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +Package %{scl_name} is the main package for Red Hat GCC +Toolset 14. By installing the %{scl_name} package, you will get +the working set of packages that are included in Red Hat GCC +Toolset 14, which includes development and debugging tools. + +Usage: scl enable %{scl} <command> + +Red Hat GCC Toolset allows you to build and execute applications +which are not located in the filesystem root hierarchy, but are +stored in an alternative location, which is %{_scl_root} in case +of the %{scl_name} collection. + +Examples: +scl enable %{scl_name} 'command --arg' + Run a specific command with the argument --arg within the %{scl_name} + Red Hat GCC Toolset environment. + +scl enable %{scl_name} 'gcc' + Run GCC from the %{scl_name} Red Hat GCC Toolset. + +scl enable %{scl_name} 'bash' + Run an interactive shell wherein the %{scl_name} software collection + is enabled. + +scl enable %{scl_name} 'man gcc' + Show man pages for the gcc command, which is a part of the + %{scl_name} Red Hat GCC Toolset. + +Report bugs to <http://bugzilla.redhat.com>. |