summaryrefslogtreecommitdiffstats
path: root/dev/releases/1/toolchains.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-07-19 02:05:08 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-19 02:11:07 (EDT)
commit9b2c5fe4ddc884499845e18688f3e4695cd9a2eb (patch)
tree9dd834ecbc59e009f2174eb1b73f67e5f08adde4 /dev/releases/1/toolchains.mdwn
parent41d43e36425d56e674b36af5192b2f973610301f (diff)
Document toolchains release goal scope.
Diffstat (limited to 'dev/releases/1/toolchains.mdwn')
-rw-r--r--dev/releases/1/toolchains.mdwn50
1 files changed, 50 insertions, 0 deletions
diff --git a/dev/releases/1/toolchains.mdwn b/dev/releases/1/toolchains.mdwn
new file mode 100644
index 0000000..1078d5f
--- /dev/null
+++ b/dev/releases/1/toolchains.mdwn
@@ -0,0 +1,50 @@
+[[!meta title="Release Series 1 Goal: Toolchain Packages"]]
+
+A goal for [[release_1.0.0|dev/releases/1]] is toolchain packages.
+
+See also the [[packaging_task|dev/todo/packaging]].
+
+
+Scope
+=====
+
+All libraries and programs necessary to build native and cross toolchains and
+to build other packages should be packaged. The toolchains should support C,
+assembly, and C++.
+
+This means that the following new source (and corresponding binary) packages
+should be made:
+
+ * `src:binutils`
+ - `binutils-<arch>`
+ - `binutils-doc`
+ * `src:gmp`
+ - `libgmp.10`
+ - `libgmp-dev`
+ * `src:mpfr`
+ - `libmpfr.4`
+ - `libmpfr-dev`
+ - `libmpfr-doc`
+ * `src:mpc`
+ - `libmpc.2`
+ - `libmpc-dev`
+ * `src:gcc-4.7`
+ - `cpp-4.7-<arch>`
+ - `g++-4.7-<arch>`
+ - `gcc-4.7-<arch>`
+ - `gcc-4.7-<arch>-base`
+ - `gcc-4.7-locales`
+ - `libgcc.1`
+ - `libgomp.1`
+ - `libmudflap.0`
+ - `libmudflap.0-4.7-dev`
+ - `libstdc++.6`
+ - `libstdc++.6-4.7-dev`
+ - `libstdc++.6-4.7-doc`
+
+Not included in this release goal are:
+
+ * Build system packages such as GNU Autoconf, Automake, or CMake;
+ * Build utilities such as pkg-config; and
+ * The CLoog and PPL libraries to enable Graphite loop memory optimizations in
+ GCC.