From 5503a54447ac34084f046c2e78948cecac967177 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 14:09:07 +0000 Subject: automatic import of gcc-toolset-14 --- README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..23adf6c --- /dev/null +++ b/README @@ -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} + +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 . -- cgit v1.2.3