summaryrefslogtreecommitdiffstats
path: root/testing/source/gcc10/slack-desc.gcc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/source/gcc10/slack-desc.gcc19
-rw-r--r--testing/source/gcc10/slack-desc.gcc-brig19
-rw-r--r--testing/source/gcc10/slack-desc.gcc-g++19
-rw-r--r--testing/source/gcc10/slack-desc.gcc-gdc19
-rw-r--r--testing/source/gcc10/slack-desc.gcc-gfortran19
-rw-r--r--testing/source/gcc10/slack-desc.gcc-gnat19
-rw-r--r--testing/source/gcc10/slack-desc.gcc-go19
-rw-r--r--testing/source/gcc10/slack-desc.gcc-objc19
8 files changed, 0 insertions, 152 deletions
diff --git a/testing/source/gcc10/slack-desc.gcc b/testing/source/gcc10/slack-desc.gcc
deleted file mode 100644
index ebe1b8422..000000000
--- a/testing/source/gcc10/slack-desc.gcc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc: gcc (Base GCC package with C support)
-gcc:
-gcc: GCC is the GNU Compiler Collection.
-gcc:
-gcc: This package contains those parts of the compiler collection needed to
-gcc: compile C code. Other packages add Ada, C++, Fortran, Go,
-gcc: Objective-C, and BRIG support to the compiler core.
-gcc:
-gcc:
-gcc:
-gcc:
diff --git a/testing/source/gcc10/slack-desc.gcc-brig b/testing/source/gcc10/slack-desc.gcc-brig
deleted file mode 100644
index e9496b8bd..000000000
--- a/testing/source/gcc10/slack-desc.gcc-brig
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc-brig: gcc-brig (BRIG support for GCC)
-gcc-brig:
-gcc-brig: BRIG support for the GNU Compiler Collection.
-gcc-brig:
-gcc-brig: BRIG is the binary form of the Heterogeneous System Architecture
-gcc-brig: Intermediate Language (HSA IL), which is a virtual instruction set for
-gcc-brig: parallel programs. While similar in some ways to OpenCL or CUDA, HSA
-gcc-brig: is designed to ease the burden on the programmer by automatically
-gcc-brig: handling the offloading of tasks and moving of data.
-gcc-brig:
-gcc-brig:
diff --git a/testing/source/gcc10/slack-desc.gcc-g++ b/testing/source/gcc10/slack-desc.gcc-g++
deleted file mode 100644
index 6beaf21b1..000000000
--- a/testing/source/gcc10/slack-desc.gcc-g++
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc-g++: gcc-g++ (C++ for GCC)
-gcc-g++:
-gcc-g++: C++ support for the GNU Compiler Collection.
-gcc-g++:
-gcc-g++: This package contains those parts of the compiler collection needed to
-gcc-g++: compile C++ code.
-gcc-g++:
-gcc-g++:
-gcc-g++:
-gcc-g++:
-gcc-g++:
diff --git a/testing/source/gcc10/slack-desc.gcc-gdc b/testing/source/gcc10/slack-desc.gcc-gdc
deleted file mode 100644
index 6b809ca1d..000000000
--- a/testing/source/gcc10/slack-desc.gcc-gdc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc-gdc: gcc-gdc (D support for GCC)
-gcc-gdc:
-gcc-gdc: D support for the GNU Compiler Collection.
-gcc-gdc:
-gcc-gdc: D is a general-purpose programming language with static typing,
-gcc-gdc: systems-level access, and C-like syntax.
-gcc-gdc:
-gcc-gdc:
-gcc-gdc:
-gcc-gdc:
-gcc-gdc:
diff --git a/testing/source/gcc10/slack-desc.gcc-gfortran b/testing/source/gcc10/slack-desc.gcc-gfortran
deleted file mode 100644
index 6d08f0125..000000000
--- a/testing/source/gcc10/slack-desc.gcc-gfortran
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc-gfortran: gcc-gfortran (Fortran support for GCC)
-gcc-gfortran:
-gcc-gfortran: The GNU Fortran compiler is fully compliant with the Fortran 95
-gcc-gfortran: Standard and includes legacy F77 support. In addition, a significant
-gcc-gfortran: number of Fortran 2003 and Fortran 2008 features are implemented.
-gcc-gfortran: GNU Fortran also contains many standard and extensions and can be
-gcc-gfortran: used to run real-world programs.
-gcc-gfortran:
-gcc-gfortran: This package contains those parts of the compiler collection
-gcc-gfortran: needed to compile Fortran code.
-gcc-gfortran:
diff --git a/testing/source/gcc10/slack-desc.gcc-gnat b/testing/source/gcc10/slack-desc.gcc-gnat
deleted file mode 100644
index 9c1eb7714..000000000
--- a/testing/source/gcc10/slack-desc.gcc-gnat
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc-gnat: gcc-gnat (Ada support for GCC)
-gcc-gnat:
-gcc-gnat: Ada support for the GNU Compiler Collection.
-gcc-gnat:
-gcc-gnat: This package contains those parts of the compiler collection needed to
-gcc-gnat: compile Ada code. GNAT implements Ada 95, Ada 2005 and Ada 2012, and
-gcc-gnat: it may also be invoked in Ada 83 compatibility mode. By default, GNAT
-gcc-gnat: assumes Ada 2012.
-gcc-gnat:
-gcc-gnat:
-gcc-gnat:
diff --git a/testing/source/gcc10/slack-desc.gcc-go b/testing/source/gcc10/slack-desc.gcc-go
deleted file mode 100644
index 297396cc4..000000000
--- a/testing/source/gcc10/slack-desc.gcc-go
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc-go: gcc-go (Go support for GCC)
-gcc-go:
-gcc-go: Go is a compiled, garbage-collected, concurrent programming language
-gcc-go: developed by Google Inc. The initial design of Go was started in
-gcc-go: September 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.
-gcc-go: Rob Pike has stated that Go is being used "for real stuff" at Google.
-gcc-go: Go's "gc" compiler targets the Linux, Mac OS X, FreeBSD, OpenBSD and
-gcc-go: Microsoft Windows operating systems, and the i386, amd64, and ARM
-gcc-go: processor architectures.
-gcc-go:
-gcc-go: Homepage: http://golang.org
diff --git a/testing/source/gcc10/slack-desc.gcc-objc b/testing/source/gcc10/slack-desc.gcc-objc
deleted file mode 100644
index ac48f8bdc..000000000
--- a/testing/source/gcc10/slack-desc.gcc-objc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcc-objc: gcc-objc (Objective-C/C++ support for GCC)
-gcc-objc:
-gcc-objc: Objective-C/C++ support for the GNU Compiler Collection.
-gcc-objc:
-gcc-objc: This package contains those parts of the compiler collection needed to
-gcc-objc: compile code written in Objective-C and Objective-C++. Objective-C was
-gcc-objc: originally developed to add object-oriented extensions to the C
-gcc-objc: language, and is best known as the native language of the NeXT
-gcc-objc: computer.
-gcc-objc:
-gcc-objc: